aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-17bpf: mark all registered map/prog types as __ro_after_initDaniel Borkmann1-9/+9
2017-02-17dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-02-17bridge: vlan_tunnel: explicitly reset metadata attrs to NULL on failureRoopa Prabhu1-0/+2
2017-02-17tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2017-02-17net/sched: cls_bpf: Reflect HW offload statusOr Gerlitz1-2/+11
2017-02-17net/sched: cls_u32: Reflect HW offload statusOr Gerlitz1-0/+10
2017-02-17net/sched: cls_matchall: Reflect HW offloading statusOr Gerlitz1-2/+10
2017-02-17net/sched: cls_flower: Reflect HW offload statusOr Gerlitz1-0/+5
2017-02-17net/sched: cls_matchall: Dump the classifier flagsOr Gerlitz1-0/+3
2017-02-17net/sched: cls_flower: Properly handle classifier flags dumpingOr Gerlitz1-1/+2
2017-02-17packet: Do not call fanout_release from atomic contextsAnoob Soman1-9/+22
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller21-141/+394
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-44/+74
2017-02-16Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King1-1/+1
2017-02-16Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia1-1/+1
2017-02-15rhashtable: Revert nested table changes.David S. Miller2-23/+11
2017-02-15openvswitch: Set internal device max mtu to ETH_MAX_MTU.Jarno Rajahalme1-0/+2
2017-02-15net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe1-1/+2
2017-02-15esp: Add a software GRO codepathSteffen Klassert11-7/+287
2017-02-15xfrm: Extend the sec_path for IPsec offloadingSteffen Klassert1-0/+2
2017-02-15xfrm: Export xfrm_parse_spi.Steffen Klassert1-0/+1
2017-02-15net: Prepare gro for packet consuming gro callbacksSteffen Klassert2-0/+11
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert3-3/+3
2017-02-15xfrm: Add a secpath_set helper.Steffen Klassert2-24/+25
2017-02-14tcp: tcp_probe: use spin_lock_bh()Eric Dumazet1-2/+2
2017-02-14packet: fix races in fanout_add()Eric Dumazet1-25/+30
2017-02-14net_sched: nla_memdup_cookie() can be staticWei Yongjun1-1/+1
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-14bridge: fdb: converge fdb_delete_by functions into oneNikolay Aleksandrov1-47/+15
2017-02-14bridge: fdb: add proper lock checks in searching functionsNikolay Aleksandrov2-0/+13
2017-02-14bridge: fdb: converge fdb searching functions into oneNikolay Aleksandrov4-70/+54
2017-02-14ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton3-8/+21
2017-02-14ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-02-14sched: Fix accidental removal of errout gotoJiri Pirko1-0/+1
2017-02-13net: busy-poll: remove LL_FLUSH_FAILED and LL_FLUSH_BUSYEric Dumazet1-3/+0
2017-02-13tipc: Fix tipc_sk_reinit race conditionsHerbert Xu2-11/+23
2017-02-13NET: Fix /proc/net/arp for AX.25Ralf Baechle1-6/+6
2017-02-12net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet2-0/+6
2017-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-112/+778
2017-02-12netfilter: nf_tables: honor NFT_SET_OBJECT in set backend selectionPablo Neira Ayuso3-3/+4
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso1-0/+26
2017-02-12netfilter: nf_tables: add check_genid to the nfnetlink subsystemPablo Neira Ayuso1-0/+6
2017-02-12netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso1-4/+27
2017-02-12netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()Pablo Neira Ayuso1-23/+28
2017-02-12netfilter: nfnetlink: get rid of u_intX_t typesPablo Neira Ayuso1-8/+8
2017-02-12netfilter: nf_ct_expect: nf_ct_expect_insert() returns voidGao Feng1-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet5-23/+19
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov2-2/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-23/+67