aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+2
2018-01-05fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Gravatar Al Viro 1-12/+2
2017-12-28strparser: Call sock_owned_by_user_nocheckGravatar Tom Herbert 1-1/+1
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyGravatar Willem de Bruijn 1-3/+3
2017-12-28tipc: fix hanging poll() for stream socketsGravatar Parthasarathy Bhuvaragan 1-1/+1
2017-12-27sctp: Replace use of sockets_allocated with specified macro.Gravatar Tonghao Zhang 1-2/+2
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 6-5/+122
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathGravatar Tommi Rantala 1-1/+5
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Gravatar Tommi Rantala 1-1/+4
2017-12-27RDS: Check cmsg_len before dereferencing CMSG_DATAGravatar Avinash Repaka 1-0/+3
2017-12-26tipc: fix memory leak of group member when peer node is lostGravatar Jon Maloy 1-9/+18
2017-12-26net: sched: fix possible null pointer deref in tcf_block_putGravatar Jiri Pirko 1-0/+2
2017-12-26tipc: base group replicast ack counter on number of actual receiversGravatar Jon Maloy 1-1/+3
2017-12-26net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Gravatar Cong Wang 1-1/+3
2017-12-26ip6_gre: fix device features for ioctl setupGravatar Alexey Kodanev 1-25/+32
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsGravatar Willem de Bruijn 1-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneGravatar Willem de Bruijn 1-2/+2
2017-12-21net: reevalulate autoflowlabel setting after sysctl settingGravatar Shaohua Li 3-3/+11
2017-12-21openvswitch: Fix pop_vlan action for double tagged framesGravatar Eric Garver 1-3/+12
2017-12-21ipv6: Honor specified parameters in fibmatch lookupGravatar Ido Schimmel 1-8/+11
2017-12-20ipv4: Fix use-after-free when flushing FIB tablesGravatar Ido Schimmel 1-2/+7
2017-12-20tipc: remove joining group member from congested listGravatar Jon Maloy 1-4/+2
2017-12-20cls_bpf: fix offload assumptions after callback conversionGravatar Jakub Kicinski 1-55/+38
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Gravatar Eric W. Biederman 1-1/+1
2017-12-19ipv4: fib: Fix metrics match when deleting a routeGravatar Phil Sutter 1-2/+6
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Gravatar Jon Maloy 1-2/+1
2017-12-19ip6_tunnel: get the min mtu properly in ip6_tnl_xmitGravatar Xin Long 1-2/+7
2017-12-19ip6_gre: remove the incorrect mtu limit for ipgre tapGravatar Xin Long 1-0/+1
2017-12-19ip_gre: remove the incorrect mtu limit for ipgre tapGravatar Xin Long 1-0/+1
2017-12-19Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 4-23/+100
2017-12-19cfg80211: ship certificates as hex filesGravatar Johannes Berg 3-20/+95
2017-12-19cfg80211: always rewrite generated files from scratchGravatar Thierry Reding 1-2/+2
2017-12-19xfrm: Reinject transport-mode packets through taskletGravatar Herbert Xu 3-2/+77
2017-12-18net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksGravatar Nikolay Aleksandrov 1-5/+6
2017-12-18sctp: add SCTP_CID_RECONF conversion in sctp_cnameGravatar Xin Long 1-0/+3
2017-12-18sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeGravatar Xin Long 1-16/+8
2017-12-18tipc: remove leaving group member from all listsGravatar Jon Maloy 1-2/+4
2017-12-18tipc: fix lost member events bugGravatar Jon Maloy 1-0/+1
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-1/+1
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backGravatar Brendan McGrath 1-0/+1
2017-12-16Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 5-15/+24
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 45-128/+329
2017-12-15net: sched: fix static key imbalance in case of ingress/clsact_init errorGravatar Jiri Pirko 1-4/+5
2017-12-15net: sched: fix clsact init error pathGravatar Jiri Pirko 2-7/+3
2017-12-15SUNRPC: Fix a race in the receive code pathGravatar Trond Myklebust 1-9/+19
2017-12-15xprtrdma: Spread reply processing over more CPUsGravatar Chuck Lever 4-6/+5
2017-12-15ip_gre: fix wrong return value of erspan_rcvGravatar Haishuang Yan 1-1/+1
2017-12-15net: sched: Move to new offload indication in REDGravatar Yuval Mintz 1-16/+15
2017-12-15net: sched: Add TCA_HW_OFFLOADGravatar Yuval Mintz 1-0/+2
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorGravatar Willem de Bruijn 1-1/+5