summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-04-10Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-151/+258
2015-04-10tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-10net: 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/klasse...David S. Miller1-0/+5
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann1-2/+105
2015-04-09tcp: do not rearm rsk_timer on FastOpen requestsEric Dumazet1-4/+10
2015-04-09Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David 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 m...Daniel Borkmann1-45/+50
2015-04-08net: remove extra newlinesSheng Yong4-12/+0
2015-04-08tcp: RFC7413 option support for Fast Open clientDaniel Lee4-14/+36
2015-04-08tcp: RFC7413 option support for Fast Open serverDaniel Lee3-23/+54
2015-04-08Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg1-2/+152
2015-04-08netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-08netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-08netns: 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/...David S. Miller17-316/+546
2015-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-42/+60
2015-04-07net: 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