summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-04-01inet: frags: remove some helpersEric Dumazet3-10/+6
2018-04-01inet: frags: use rhashtables for reassembly unitsEric Dumazet6-509/+225
2018-04-01inet: frags: refactor ipfrag_init()Eric Dumazet1-2/+2
2018-04-01inet: frags: refactor lowpan_net_frag_init()Eric Dumazet1-9/+11
2018-04-01inet: frags: refactor ipv6_frag_init()Eric Dumazet1-11/+14
2018-04-01inet: frags: add a pointer to struct netns_fragsEric Dumazet5-34/+41
2018-04-01inet: frags: change inet_frags_init_net() return valueEric Dumazet4-11/+35
2018-04-01vlan: vlan_hw_filter_capable() can be staticWei Yongjun1-1/+1
2018-04-01Merge tag 'rxrpc-next-20180330' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller19-71/+424
2018-04-01net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2-3/+4
2018-04-01net: Remove net_rwsem from {, un}register_netdevice_notifier()Kirill Tkhai1-5/+0
2018-04-01tipc: avoid possible string overflowJon Maloy1-1/+2
2018-04-01tipc: permit overlapping service ranges in name tableJon Maloy7-111/+60
2018-04-01tipc: refactor name table translate functionJon Maloy1-36/+25
2018-04-01tipc: replace name table service range array with rb treeJon Maloy6-568/+477
2018-04-01net: bridge: disable bridge MTU auto tuning if it was set manuallyNikolay Aleksandrov4-20/+26
2018-04-01net: bridge: set min MTU on port events and allow user to set maxNikolay Aleksandrov4-32/+18
2018-03-30rxrpc: Fix leak of rxrpc_peer objectsDavid Howells5-0/+26
2018-03-30rxrpc: Add a tracepoint to track rxrpc_peer refcountingDavid Howells3-22/+68
2018-03-30rxrpc: Fix apparent leak of rxrpc_local objectsDavid Howells6-0/+14
2018-03-30rxrpc: Add a tracepoint to track rxrpc_local refcountingDavid Howells3-27/+68
2018-03-30rxrpc: Fix potential call vs socket/net destruction raceDavid Howells4-3/+17
2018-03-30rxrpc: Fix checker warnings and errorsDavid Howells6-3/+13
2018-03-30rxrpc: remove unused static variablesSebastian Andrzej Siewior1-3/+0
2018-03-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-03-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-03-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-03-30rxrpc: Fix a bit of time confusionDavid Howells1-1/+1
2018-03-30rxrpc: Fix firewall route keepaliveDavid Howells9-4/+204
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi1-0/+6
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller62-829/+1187
2018-03-30net: Close race between {un, }register_netdevice_notifier() and setup_net()/c...Kirill Tkhai1-0/+6
2018-03-30netfilter: Rework xt_TEE netdevice notifierKirill Tkhai1-27/+46
2018-03-30xfrm: Register xfrm_dev_notifier in appropriate placeKirill Tkhai2-3/+2
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+7
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman4-25/+120
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches1-5/+2
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal3-48/+3
2018-03-30netfilter: x_tables: Add note about how to free percpu countersBen Hutchings1-1/+3
2018-03-30netfilter: Merge assignment with returnArushi Singhal2-5/+3
2018-03-30netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem()Pablo Neira Ayuso1-11/+4
2018-03-30netfilter: nf_tables: rename to nft_set_lookup_global()Pablo Neira Ayuso4-12/+14
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso3-7/+41
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso16-509/+411
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso11-29/+29
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso11-19/+19
2018-03-30netfilter: ebt_stp: Use generic functions for comparisonsJoe Perches1-4/+2
2018-03-30netfilter: ebtables: Add string filterBernie Harris1-0/+1
2018-03-30netfilter: ebtables: Add support for specifying match revisionBernie Harris1-18/+29
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller25-173/+824