index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2017-05-29
netfilter: nft_set_hash: add non-resizable hashtable implementation
Pablo Neira Ayuso
-8
/
+202
2017-05-29
netfilter: nf_tables: allow large allocations for new sets
Pablo Neira Ayuso
-5
/
+7
2017-05-29
netfilter: nft_set_hash: add nft_hash_buckets()
Pablo Neira Ayuso
-1
/
+6
2017-05-29
netfilter: nf_tables: pass set description to ->privsize
Pablo Neira Ayuso
-4
/
+7
2017-05-29
netfilter: nf_tables: select set backend flavour depending on description
Pablo Neira Ayuso
-29
/
+60
2017-05-29
netfilter: nft_set_hash: use nft_rhash prefix for resizable set backend
Pablo Neira Ayuso
-106
/
+106
2017-05-29
netfilter: nf_tables: no size estimation if number of set elements is unknown
Pablo Neira Ayuso
-18
/
+7
2017-05-29
netfilter: nft_set_hash: unnecessary forward declaration
Pablo Neira Ayuso
-10
/
+8
2017-05-29
netfilter: nat: destroy nat mappings on module exit path only
Florian Westphal
-32
/
+5
2017-05-29
netfilter: conntrack: restart iteration on resize
Florian Westphal
-6
/
+14
2017-05-29
netfilter: conntrack: add nf_ct_iterate_destroy
Florian Westphal
-13
/
+74
2017-05-29
netfilter: conntrack: don't call iter for non-confirmed conntracks
Florian Westphal
-10
/
+29
2017-05-29
netfilter: conntrack: rename nf_ct_iterate_cleanup
Florian Westphal
-19
/
+19
2017-05-29
netfilter: nft_rt: make local functions static
stephen hemminger
-8
/
+8
2017-05-29
netfilter: dup: resolve warnings about missing prototypes
stephen hemminger
-0
/
+1
2017-05-29
netfilter: ipt_CLUSTERIP: switch to nf_register_net_hook
Florian Westphal
-7
/
+7
2017-05-29
netfilter: ctnetlink: delete extra spaces
linzhang
-2
/
+2
2017-05-27
rtnl: Add support for netdev event to link messages
Vlad Yasevich
-10
/
+57
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-145
/
+152
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-114
/
+126
2017-05-26
bridge: Export multicast enabled state
Ido Schimmel
-0
/
+8
2017-05-26
bridge: Export VLAN filtering state
Ido Schimmel
-13
/
+12
2017-05-26
ipv4: add reference counting to metrics
Eric Dumazet
-17
/
+33
2017-05-26
ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets
Peter Dawson
-14
/
+20
2017-05-26
sctp: fix ICMP processing if skb is non-linear
Davide Caratti
-7
/
+9
2017-05-26
net: llc: add lock_sock in llc_ui_bind to avoid a race condition
linzhang
-0
/
+3
2017-05-26
net: ipv6: RTM_GETROUTE: return matched fib result when requested
Roopa Prabhu
-8
/
+26
2017-05-26
net: ipv4: RTM_GETROUTE: return matched fib result when requested
Roopa Prabhu
-2
/
+11
2017-05-26
net: ipv4: Save trie prefix to fib lookup result
David Ahern
-0
/
+1
2017-05-26
net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup
David Ahern
-8
/
+13
2017-05-26
net: ipv4: Remove event arg to rt_fill_info
David Ahern
-4
/
+3
2017-05-26
net: ipv4: refactor ip_route_input_noref
David Ahern
-29
/
+37
2017-05-26
net: ipv4: refactor __ip_route_output_key_hash
David Ahern
-23
/
+32
2017-05-26
Merge tag 'ceph-for-4.12-rc3' of git://github.com/ceph/ceph-client
Linus Torvalds
-31
/
+26
2017-05-25
bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_data
Daniel Borkmann
-0
/
+1
2017-05-25
arp: fixed -Wuninitialized compiler warning
Ihar Hrachyshka
-1
/
+1
2017-05-25
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
-2
/
+5
2017-05-25
rxrpc: Support network namespacing
David Howells
-216
/
+356
2017-05-25
net/packet: remove unused parameter in prb_curr_blk_in_use().
Rosen, Rami
-6
/
+4
2017-05-25
net: move somaxconn init from sysctl code
Roman Kapl
-2
/
+19
2017-05-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
-19
/
+48
2017-05-25
tcp: better validation of received ack sequences
Eric Dumazet
-13
/
+11
2017-05-25
net_sched: only create filter chains for new filters/actions
WANG Cong
-5
/
+10
2017-05-25
net: sched: cls_api: make reclassify return all the way back to the original tp
Jiri Pirko
-3
/
+5
2017-05-24
tcp: fix TCP_SYNCNT flakes
Eric Dumazet
-15
/
+11
2017-05-24
net: dsa: support cross-chip ageing time
Vivien Didelot
-6
/
+0
2017-05-24
net/sched: flower: add support for matching on tcp flags
Jiri Pirko
-1
/
+12
2017-05-24
net: flow_dissector: add support for dissection of tcp flags
Jiri Pirko
-0
/
+29
2017-05-24
Merge tag 'mac80211-for-davem-2017-05-23' of git://git.kernel.org/pub/scm/lin...
David S. Miller
-9
/
+12
2017-05-24
net: rtnetlink: bail out from rtnl_fdb_dump() on parse error
Alexander Potapenko
-2
/
+5
[prev]
[next]