summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-061-12/+2
|\
| * fix "netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'"Al Viro2018-01-051-12/+2
* | strparser: Call sock_owned_by_user_nocheckTom Herbert2017-12-281-1/+1
* | skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
* | tipc: fix hanging poll() for stream socketsParthasarathy Bhuvaragan2017-12-281-1/+1
* | sctp: Replace use of sockets_allocated with specified macro.Tonghao Zhang2017-12-271-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-276-5/+122
|\ \
| * | xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-193-2/+77
| * | xfrm: put policies when reusing pcpu xdst entryFlorian Westphal2017-12-121-0/+1
| * | xfrm: Fix stack-out-of-bounds with misconfigured transport mode policies.Steffen Klassert2017-12-081-0/+9
| * | xfrm: fix xfrm_do_migrate() with AEAD e.g(AES-GCM)Antony Antony2017-12-081-0/+1
| * | xfrm: Fix stack-out-of-bounds read on socket policy lookup.Steffen Klassert2017-12-011-1/+7
| * | xfrm: Fix xfrm_input() to verify state is valid when (encap_type < 0)Aviv Heller2017-12-011-1/+11
| * | xfrm: fix XFRMA_OUTPUT_MARK policy entryMichal Kubecek2017-12-011-1/+1
| * | xfrm: check id proto in validate_tmpl()Cong Wang2017-11-291-0/+15
* | | tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2017-12-271-1/+5
* | | tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2017-12-271-1/+4
* | | RDS: Check cmsg_len before dereferencing CMSG_DATAAvinash Repaka2017-12-271-0/+3
* | | tipc: fix memory leak of group member when peer node is lostJon Maloy2017-12-261-9/+18
* | | net: sched: fix possible null pointer deref in tcf_block_putJiri Pirko2017-12-261-0/+2
* | | tipc: base group replicast ack counter on number of actual receiversJon Maloy2017-12-261-1/+3
* | | net_sched: fix a missing rcu barrier in mini_qdisc_pair_swap()Cong Wang2017-12-261-1/+3
* | | ip6_gre: fix device features for ioctl setupAlexey Kodanev2017-12-261-25/+32
* | | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
* | | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
* | | net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2017-12-213-3/+11
* | | openvswitch: Fix pop_vlan action for double tagged framesEric Garver2017-12-211-3/+12
* | | ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
* | | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | | tipc: remove joining group member from congested listJon Maloy2017-12-201-4/+2
* | | cls_bpf: fix offload assumptions after callback conversionJakub Kicinski2017-12-201-55/+38
* | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* | | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | | tipc: fix list sorting bug in function tipc_group_update_member()Jon Maloy2017-12-191-2/+1
* | | ip6_tunnel: get the min mtu properly in ip6_tnl_xmitXin Long2017-12-191-2/+7
* | | ip6_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | | Merge tag 'mac80211-for-davem-2017-12-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-12-194-23/+100
|\ \ \
| * | | cfg80211: ship certificates as hex filesJohannes Berg2017-12-193-20/+95
| * | | cfg80211: always rewrite generated files from scratchThierry Reding2017-12-191-2/+2
| * | | nl80211: fix nl80211_send_iface() error pathsJohannes Berg2017-12-111-2/+4
* | | | net: bridge: fix early call to br_stp_change_bridge_id and plug newlink leaksNikolay Aleksandrov2017-12-181-5/+6
* | | | sctp: add SCTP_CID_RECONF conversion in sctp_cnameXin Long2017-12-181-0/+3
* | | | sctp: fix the issue that a __u16 variable may overflow in sctp_ulpq_renegeXin Long2017-12-181-16/+8
* | | | tipc: remove leaving group member from all listsJon Maloy2017-12-181-2/+4
* | | | tipc: fix lost member events bugJon Maloy2017-12-181-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-1/+1
|\ \ \ \
| * | | | xdp: linearize skb in netif_receive_generic_xdp()Song Liu2017-12-151-1/+1
* | | | | ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | | | | Merge tag 'nfs-for-4.15-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-12-165-15/+24
|\ \ \ \ \
OpenPOWER on IntegriCloud