aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-07tcp: RFC7413 option support for Fast Open clientDaniel Lee4-14/+36
2015-04-07tcp: RFC7413 option support for Fast Open serverDaniel Lee3-23/+54
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller9-17/+32
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller31-176/+219
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-0/+4
2015-04-07Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller17-316/+546
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-42/+60
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny1-16/+7
2015-04-06l2tp: unregister l2tp_net_ops on failure pathWANG Cong1-0/+1
2015-04-06tc: bpf: add checksum helpersAlexei Starovoitov1-4/+104
2015-04-06ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org3-2/+24
2015-04-04netfilter: Pass nf_hook_state through arpt_do_table().David S. Miller2-7/+6
2015-04-04netfilter: Pass nf_hook_state through nft_set_pktinfo*().David S. Miller8-20/+18
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller6-20/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller3-36/+27
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller6-19/+16
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller3-37/+28
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller32-266/+157
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller4-44/+38
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller3-45/+36
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann1-6/+8
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann1-2/+2
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2-3/+3
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk3-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2-0/+8
2015-04-03ebpf: add skb->priority to offset map for usage in {cls, act}_bpfDaniel Borkmann1-0/+7
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk1-1/+1
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris30-63/+64
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris39-202/+210
2015-04-02ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong1-1/+1
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong6-5/+8
2015-04-02ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong1-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell1-3/+4
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy4-111/+43
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy5-90/+78
2015-04-02tipc: drop tunneled packet duplicates at receptionJon Paul Maloy1-85/+47
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-66/+87
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann1-6/+19
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-28/+55
2015-04-02dev: set iflink to 0 for virtual interfacesNicolas Dichtel1-0/+4
2015-04-02net: remove iflink field from struct net_deviceNicolas Dichtel1-11/+2
2015-04-02dsa: implement ndo_get_iflinkNicolas Dichtel1-5/+3
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-04-02ipmr,ip6mr: implement ndo_get_iflinkNicolas Dichtel2-2/+12