summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-15net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-0/+3
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet1-1/+20
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček1-0/+1
2015-12-15ip_tunnel: disable preemption when updating per-cpu tstatsJason A. Donenfeld2-2/+4
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-0/+1
2015-12-09net: avoid NULL deref in inet_ctl_sock_destroy()Eric Dumazet1-1/+2
2015-10-27af_unix: Convert the unix_sk macro to an inline function for type safetyAaron Conole1-1/+5
2015-10-27net: add pfmemalloc check in sk_add_backlog()Eric Dumazet1-0/+8
2015-10-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman1-0/+2
2015-10-23netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso1-1/+1
2015-09-29net: sched: fix refcount imbalance in actionsDaniel Borkmann1-1/+7
2015-09-29ipv6: lock socket in ip6_datagram_connect()Eric Dumazet1-0/+1
2015-07-10sctp: fix ASCONF list handlingMarcelo Ricardo Leitner2-0/+5
2015-06-01tcp: fix child sockets to use system default congestion control if not setNeal Cardwell1-1/+2
2015-05-31Merge tag 'mac80211-for-davem-2015-05-28' of git://git.kernel.org/pub/scm/lin...David S. Miller1-3/+4
2015-05-28mac80211: Fix mac80211.h docbook commentsJonathan Corbet1-3/+4
2015-05-27sctp: Fix mangled IPv4 addresses on a IPv6 listening socketJason Gunthorpe1-2/+5
2015-05-19inet: properly align icsk_ca_privEric Dumazet1-2/+3
2015-05-04Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/lin...David S. Miller1-0/+2
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller3-4/+99
2015-05-04mac80211: fix 90 kernel-doc warningsRandy Dunlap1-0/+2
2015-05-04codel: fix maxpacket/mtu confusionEric Dumazet1-3/+7
2015-04-30cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram1-0/+2
2015-04-30mac802154: add description to mac802154 APIsVarka Bhadram1-2/+92
2015-04-30tcp: prepare CC get_info() access from getsockopt()Eric Dumazet1-1/+4
2015-04-30tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet1-1/+1
2015-04-27net/bonding: Make DRV macros privateMatan Barak1-7/+0
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2-37/+1
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+1
2015-04-17netns: remove BUG_ONs from net_generic()Denys Vlasenko1-2/+0
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet1-1/+1
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-5/+5
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-32/+75
2015-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-2/+1
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet1-98/+9
2015-04-13netfilter: nf_tables: mark stateful expressionsPatrick McHardy1-0/+4
2015-04-13netfilter: nf_tables: prepare for expressions associated to set elementsPatrick McHardy1-0/+7
2015-04-13netfilter: nf_tables: add helper functions for expression handlingPatrick McHardy1-0/+13
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy1-1/+4
2015-04-13netfilter: nf_tables: support variable sized data in nft_data_init()Patrick McHardy1-1/+2
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-8/+5
2015-04-13netfilter: nf_tables: add register parsing/dumping helpersPatrick McHardy1-0/+3
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy1-7/+0
2015-04-13netfilter: nf_tables: use struct nft_verdict within struct nft_dataPatrick McHardy1-5/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2-5/+31
2015-04-13netfilter: nf_tables: introduce nft_validate_register_load()Patrick McHardy1-2/+1
2015-04-13netfilter: nf_tables: kill nft_validate_output_register()Patrick McHardy1-1/+0
2015-04-13netfilter: nf_tables: rename nft_validate_data_load()Patrick McHardy1-3/+4
2015-04-13netfilter: nf_tables: validate len in nft_validate_data_load()Patrick McHardy1-1/+1