aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+44
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-17irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet1-1/+1
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scalingCui, Cheng1-2/+5
2017-02-17rds:Remove unnecessary ib_ring unallocZhu Yanjun1-1/+0
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng1-12/+0
2017-02-17rxrpc: Change module filename to rxrpc.koDavid Howells1-6/+6
2017-02-17rtnl: don't account unused struct ifla_port_vsi in rtnl_port_sizeDaniel Borkmann1-4/+7
2017-02-17bridge: don't indicate expiry on NTF_EXT_LEARNED fdb entriesRoopa Prabhu1-1/+1
2017-02-17bpf: make jited programs visible in tracesDaniel Borkmann2-1/+9
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-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