summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-05-29netfilter: nft_set_hash: add non-resizable hashtable implementationPablo Neira Ayuso-8/+202
2017-05-29netfilter: nf_tables: allow large allocations for new setsPablo Neira Ayuso-5/+7
2017-05-29netfilter: nft_set_hash: add nft_hash_buckets()Pablo Neira Ayuso-1/+6
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso-4/+7
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso-29/+60
2017-05-29netfilter: nft_set_hash: use nft_rhash prefix for resizable set backendPablo Neira Ayuso-106/+106
2017-05-29netfilter: nf_tables: no size estimation if number of set elements is unknownPablo Neira Ayuso-18/+7
2017-05-29netfilter: nft_set_hash: unnecessary forward declarationPablo Neira Ayuso-10/+8
2017-05-29netfilter: nat: destroy nat mappings on module exit path onlyFlorian Westphal-32/+5
2017-05-29netfilter: conntrack: restart iteration on resizeFlorian Westphal-6/+14
2017-05-29netfilter: conntrack: add nf_ct_iterate_destroyFlorian Westphal-13/+74
2017-05-29netfilter: conntrack: don't call iter for non-confirmed conntracksFlorian Westphal-10/+29
2017-05-29netfilter: conntrack: rename nf_ct_iterate_cleanupFlorian Westphal-19/+19
2017-05-29netfilter: nft_rt: make local functions staticstephen hemminger-8/+8
2017-05-29netfilter: dup: resolve warnings about missing prototypesstephen hemminger-0/+1
2017-05-29netfilter: ipt_CLUSTERIP: switch to nf_register_net_hookFlorian Westphal-7/+7
2017-05-29netfilter: ctnetlink: delete extra spaceslinzhang-2/+2
2017-05-27rtnl: Add support for netdev event to link messagesVlad Yasevich-10/+57
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-145/+152
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-114/+126
2017-05-26bridge: Export multicast enabled stateIdo Schimmel-0/+8
2017-05-26bridge: Export VLAN filtering stateIdo Schimmel-13/+12
2017-05-26ipv4: add reference counting to metricsEric Dumazet-17/+33
2017-05-26ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson-14/+20
2017-05-26sctp: fix ICMP processing if skb is non-linearDavide Caratti-7/+9
2017-05-26net: llc: add lock_sock in llc_ui_bind to avoid a race conditionlinzhang-0/+3
2017-05-26net: ipv6: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu-8/+26
2017-05-26net: ipv4: RTM_GETROUTE: return matched fib result when requestedRoopa Prabhu-2/+11
2017-05-26net: ipv4: Save trie prefix to fib lookup resultDavid Ahern-0/+1
2017-05-26net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookupDavid Ahern-8/+13
2017-05-26net: ipv4: Remove event arg to rt_fill_infoDavid Ahern-4/+3
2017-05-26net: ipv4: refactor ip_route_input_norefDavid Ahern-29/+37
2017-05-26net: ipv4: refactor __ip_route_output_key_hashDavid Ahern-23/+32
2017-05-26Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds-31/+26
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann-0/+1
2017-05-25arp: fixed -Wuninitialized compiler warningIhar Hrachyshka-1/+1
2017-05-25tcp: avoid fastopen API to be used on AF_UNSPECWei Wang-2/+5
2017-05-25rxrpc: Support network namespacingDavid Howells-216/+356
2017-05-25net/packet: remove unused parameter in prb_curr_blk_in_use().Rosen, Rami-6/+4
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl-2/+19
2017-05-25Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-19/+48
2017-05-25tcp: better validation of received ack sequencesEric Dumazet-13/+11
2017-05-25net_sched: only create filter chains for new filters/actionsWANG Cong-5/+10
2017-05-25net: sched: cls_api: make reclassify return all the way back to the original tpJiri Pirko-3/+5
2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet-15/+11
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot-6/+0
2017-05-24net/sched: flower: add support for matching on tcp flagsJiri Pirko-1/+12
2017-05-24net: flow_dissector: add support for dissection of tcp flagsJiri Pirko-0/+29
2017-05-24Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller-9/+12
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko-2/+5