index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix sleeping for sk_wait_event()
WANG Cong
2016-11-14
7
-60
/
+59
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-11-14
108
-955
/
+1092
|
\
|
*
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
Julia Lawall
2016-11-13
4
-31
/
+31
|
*
netfilter: ipset: hash: fix boolreturn.cocci warnings
kbuild test robot
2016-11-10
1
-4
/
+4
|
*
netfilter: ipset: use setup_timer() and mod_timer().
Jozsef Kadlecsik
2016-11-10
3
-15
/
+6
|
*
netfilter: ipset: hash:ipmac type support added to ipset
Tomasz Chilinski
2016-11-10
3
-0
/
+325
|
*
netfilter: ipset: Fix reported memory size for hash:* types
Jozsef Kadlecsik
2016-11-10
1
-7
/
+9
|
*
netfilter: ipset: Collapse same condition body to a single one
Jozsef Kadlecsik
2016-11-10
1
-7
/
+1
|
*
netfilter: ipset: Make struct htype per ipset family
Jozsef Kadlecsik
2016-11-10
11
-74
/
+63
|
*
netfilter: ipset: Optimize hash creation routine
Jozsef Kadlecsik
2016-11-10
1
-34
/
+29
|
*
netfilter: ipset: Make sure element data size is a multiple of u32
Jozsef Kadlecsik
2016-11-10
1
-2
/
+8
|
*
netfilter: ipset: Make NLEN compile time constant for hash types
Jozsef Kadlecsik
2016-11-10
1
-28
/
+23
|
*
netfilter: ipset: Simplify mtype_expire() for hash types
Jozsef Kadlecsik
2016-11-10
1
-13
/
+12
|
*
netfilter: ipset: Remove redundant mtype_expire() arguments
Jozsef Kadlecsik
2016-11-10
1
-4
/
+5
|
*
netfilter: ipset: Count non-static extension memory for userspace
Jozsef Kadlecsik
2016-11-10
4
-17
/
+21
|
*
netfilter: ipset: Add element count to all set types header
Jozsef Kadlecsik
2016-11-10
3
-13
/
+24
|
*
netfilter: ipset: Add element count to hash headers
Eric B Munson
2016-11-10
1
-1
/
+2
|
*
netfilter: ipset: Separate memsize calculation code into dedicated function
Jozsef Kadlecsik
2016-11-10
2
-7
/
+27
|
*
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
2016-11-10
2
-11
/
+13
|
*
netfilter: conntrack: fix NF_REPEAT handling
Arnd Bergmann
2016-11-10
1
-10
/
+8
|
*
udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
Arnd Bergmann
2016-11-10
2
-2
/
+4
|
*
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
2016-11-09
7
-233
/
+165
|
*
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
2016-11-09
9
-150
/
+34
|
*
netfilter: nft_hash: get random bytes if seed is not specified
Pablo Neira Ayuso
2016-11-09
1
-2
/
+4
|
*
netfilter: handle NF_REPEAT from nf_conntrack_in()
Pablo Neira Ayuso
2016-11-03
3
-13
/
+8
|
*
netfilter: merge nf_iterate() into nf_hook_slow()
Pablo Neira Ayuso
2016-11-03
3
-50
/
+48
|
*
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
2016-11-03
5
-17
/
+13
|
*
netfilter: use switch() to handle verdict cases from nf_hook_slow()
Pablo Neira Ayuso
2016-11-03
1
-4
/
+14
|
*
netfilter: nf_tables: use hook state from xt_action_param structure
Pablo Neira Ayuso
2016-11-03
23
-73
/
+80
|
*
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
2016-11-03
44
-154
/
+152
|
*
netfilter: deprecate NF_STOP
Pablo Neira Ayuso
2016-11-03
2
-3
/
+5
|
*
netfilter: kill NF_HOOK_THRESH() and state->tresh
Pablo Neira Ayuso
2016-11-03
4
-11
/
+5
|
*
netfilter: remove comments that predate rcu days
Pablo Neira Ayuso
2016-11-03
1
-7
/
+0
|
*
netfilter: get rid of useless debugging from core
Pablo Neira Ayuso
2016-11-03
1
-9
/
+0
*
|
openvswitch: allow L3 netdev ports
Jiri Benc
2016-11-13
1
-3
/
+6
*
|
openvswitch: add Ethernet push and pop actions
Jiri Benc
2016-11-13
2
-0
/
+67
*
|
openvswitch: netlink: support L3 packets
Jiri Benc
2016-11-13
1
-61
/
+99
*
|
openvswitch: add processing of L3 packets
Jiri Benc
2016-11-13
3
-37
/
+101
*
|
openvswitch: support MPLS push and pop for L3 packets
Jiri Benc
2016-11-13
1
-7
/
+11
*
|
openvswitch: pass mac_proto to ovs_vport_send
Jiri Benc
2016-11-13
3
-14
/
+19
*
|
openvswitch: add mac_proto field to the flow key
Jiri Benc
2016-11-13
4
-11
/
+31
*
|
openvswitch: use hard_header_len instead of hardcoded ETH_HLEN
Jiri Benc
2016-11-13
2
-5
/
+8
*
|
tcp: remove unaligned accesses from tcp_get_info()
Eric Dumazet
2016-11-10
1
-6
/
+5
*
|
Merge tag 'batadv-next-for-davem-20161108-v2' of git://git.open-mesh.org/linu...
David S. Miller
2016-11-10
22
-255
/
+582
|
\
\
|
*
|
batman-adv: Reject unicast packet with zero/mcast dst address
Sven Eckelmann
2016-11-08
1
-4
/
+4
|
*
|
batman-adv: Disallow zero and mcast src address for mgmt frames
Sven Eckelmann
2016-11-08
1
-2
/
+2
|
*
|
batman-adv: Disallow mcast src address for data frames
Sven Eckelmann
2016-11-08
1
-6
/
+6
|
*
|
batman-adv: Remove dev_queue_xmit return code exception
Sven Eckelmann
2016-11-08
1
-11
/
+6
|
*
|
batman-adv: Consume skb in receive handlers
Sven Eckelmann
2016-11-08
6
-85
/
+153
|
*
|
batman-adv: Consume skb in batadv_send_skb_to_orig
Sven Eckelmann
2016-10-30
4
-36
/
+25
[next]