aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-13net: use jump label patching for ingress qdisc in __netif_receive_skb_coreDaniel Borkmann2-7/+33
2015-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-6/+26
2015-04-12fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-12fou: add network namespace supportWANG Cong1-39/+67
2015-04-12fou: always use be16 for portWANG Cong1-3/+3
2015-04-12fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-12tcp: do not cache align timewait socketsEric Dumazet1-2/+1
2015-04-12Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller25-383/+1113
2015-04-10if_link: Add an additional parameter to ifla_vf_info for RSS queryingVlad Zolotarov1-6/+26
2015-04-10rtnetlink: Mark name argument of rtnl_create_link() constThomas Graf1-1/+1
2015-04-09Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-151/+258
2015-04-09tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-09net: Pass VLAN ID to rtnl_fdb_notify.Hubert Sokolowski1-10/+10
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller18-173/+747
2015-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+5
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-2/+105
2015-04-08tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-08Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller1-0/+11
2015-04-08netfilter: Fix switch statement warnings with recent gcc.David Miller5-3/+17
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso171-1639/+2047
2015-04-08ipv6: call iptunnel_xmit with NULL sock pointer if no tunnel sock is availableHannes Frederic Sowa1-1/+1
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-04-08netfilter: nf_tables: support optional userdata for set elementsPatrick McHardy1-0/+34
2015-04-08netfilter: nf_tables: add support for dynamic set updatesPatrick McHardy5-6/+268
2015-04-08netfilter: nf_tables: support different set binding typesPatrick McHardy2-3/+10
2015-04-08netfilter: nf_tables: prepare set element accounting for async updatesPatrick McHardy2-10/+14
2015-04-08netfilter: nf_tables: fix set selection when timeouts are requestedPatrick McHardy1-1/+1
2015-04-08netfilter: bridge: make BRNF_PKT_TYPE flag a boolFlorian Westphal1-9/+9
2015-04-08netfilter: bridge: start splitting mask into public/private chunksFlorian Westphal1-4/+11
2015-04-08netfilter: bridge: add and use nf_bridge_info_get helperFlorian Westphal1-8/+16
2015-04-08netfilter: physdev: use helpersFlorian Westphal1-12/+22
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal7-33/+75
2015-04-08netfilter: bridge: don't use nf_bridge_info data to store mac headerFlorian Westphal1-29/+41
2015-04-08netfilter: x_tables: don't extract flow keys on early demuxed sks in socket matchDaniel Borkmann1-45/+50
2015-04-08cfg80211: don't allow disabling WEXT if it's requiredJohannes Berg1-1/+1
2015-04-07net: remove extra newlinesSheng Yong4-12/+0
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-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
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-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann1-147/+1
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann1-3/+3
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-07cfg80211: send extended capabilities IE in connectJohannes Berg1-10/+64