index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-14
net: fix sleeping for sk_wait_event()
WANG Cong
7
-60
/
+59
2016-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
108
-955
/
+1092
2016-11-13
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
Julia Lawall
4
-31
/
+31
2016-11-13
openvswitch: allow L3 netdev ports
Jiri Benc
1
-3
/
+6
2016-11-13
openvswitch: add Ethernet push and pop actions
Jiri Benc
2
-0
/
+67
2016-11-13
openvswitch: netlink: support L3 packets
Jiri Benc
1
-61
/
+99
2016-11-13
openvswitch: add processing of L3 packets
Jiri Benc
3
-37
/
+101
2016-11-13
openvswitch: support MPLS push and pop for L3 packets
Jiri Benc
1
-7
/
+11
2016-11-13
openvswitch: pass mac_proto to ovs_vport_send
Jiri Benc
3
-14
/
+19
2016-11-13
openvswitch: add mac_proto field to the flow key
Jiri Benc
4
-11
/
+31
2016-11-13
openvswitch: use hard_header_len instead of hardcoded ETH_HLEN
Jiri Benc
2
-5
/
+8
2016-11-10
netfilter: ipset: hash: fix boolreturn.cocci warnings
kbuild test robot
1
-4
/
+4
2016-11-10
netfilter: ipset: use setup_timer() and mod_timer().
Jozsef Kadlecsik
3
-15
/
+6
2016-11-10
netfilter: ipset: hash:ipmac type support added to ipset
Tomasz Chilinski
3
-0
/
+325
2016-11-10
netfilter: ipset: Fix reported memory size for hash:* types
Jozsef Kadlecsik
1
-7
/
+9
2016-11-10
netfilter: ipset: Collapse same condition body to a single one
Jozsef Kadlecsik
1
-7
/
+1
2016-11-10
netfilter: ipset: Make struct htype per ipset family
Jozsef Kadlecsik
11
-74
/
+63
2016-11-10
netfilter: ipset: Optimize hash creation routine
Jozsef Kadlecsik
1
-34
/
+29
2016-11-10
netfilter: ipset: Make sure element data size is a multiple of u32
Jozsef Kadlecsik
1
-2
/
+8
2016-11-10
netfilter: ipset: Make NLEN compile time constant for hash types
Jozsef Kadlecsik
1
-28
/
+23
2016-11-10
netfilter: ipset: Simplify mtype_expire() for hash types
Jozsef Kadlecsik
1
-13
/
+12
2016-11-10
netfilter: ipset: Remove redundant mtype_expire() arguments
Jozsef Kadlecsik
1
-4
/
+5
2016-11-10
netfilter: ipset: Count non-static extension memory for userspace
Jozsef Kadlecsik
4
-17
/
+21
2016-11-10
netfilter: ipset: Add element count to all set types header
Jozsef Kadlecsik
3
-13
/
+24
2016-11-10
netfilter: ipset: Add element count to hash headers
Eric B Munson
1
-1
/
+2
2016-11-10
netfilter: ipset: Separate memsize calculation code into dedicated function
Jozsef Kadlecsik
2
-7
/
+27
2016-11-10
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
2
-11
/
+13
2016-11-09
tcp: remove unaligned accesses from tcp_get_info()
Eric Dumazet
1
-6
/
+5
2016-11-09
Merge tag 'batadv-next-for-davem-20161108-v2' of git://git.open-mesh.org/linu...
David S. Miller
22
-255
/
+582
2016-11-09
net: napi_hash_add() is no longer exported
Eric Dumazet
1
-2
/
+1
2016-11-09
ipv6: sr: add support for SRH injection through setsockopt
David Lebrun
2
-4
/
+85
2016-11-09
ipv6: add source address argument for ipv6_push_nfrag_opts
David Lebrun
3
-6
/
+7
2016-11-09
ipv6: sr: add calls to verify and insert HMAC signatures
David Lebrun
2
-0
/
+31
2016-11-09
ipv6: sr: implement API to control SR HMAC structure
David Lebrun
1
-0
/
+229
2016-11-09
ipv6: sr: add core files for SR HMAC support
David Lebrun
4
-0
/
+515
2016-11-09
ipv6: sr: add support for SRH encapsulation and injection with lwtunnels
David Lebrun
5
-1
/
+469
2016-11-09
ipv6: sr: add code base for control plane support of SR-IPv6
David Lebrun
3
-2
/
+223
2016-11-09
ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)
David Lebrun
2
-0
/
+185
2016-11-09
net: l2tp: fix negative assignment to unsigned int
Asbjørn Sloth Tønnesen
2
-4
/
+4
2016-11-09
net: l2tp: cleanup: remove redundant condition
Asbjørn Sloth Tønnesen
1
-6
/
+6
2016-11-09
net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags
Asbjørn Sloth Tønnesen
1
-0
/
+10
2016-11-09
net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET
Asbjørn Sloth Tønnesen
1
-2
/
+7
2016-11-09
net-gro: avoid reorders
Eric Dumazet
1
-2
/
+2
2016-11-10
netfilter: conntrack: fix NF_REPEAT handling
Arnd Bergmann
1
-10
/
+8
2016-11-10
udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}
Arnd Bergmann
2
-2
/
+4
2016-11-09
netfilter: conntrack: simplify init/uninit of L4 protocol trackers
Davide Caratti
7
-233
/
+165
2016-11-09
netfilter: nf_tables: simplify the basic expressions' init routine
Liping Zhang
9
-150
/
+34
2016-11-09
netfilter: nft_hash: get random bytes if seed is not specified
Pablo Neira Ayuso
1
-2
/
+4
2016-11-09
net/sched: act_tunnel_key: Add UDP dst port option
Hadar Hen Zion
1
-3
/
+11
2016-11-09
net/dst: Add dst port to dst_metadata utility functions
Hadar Hen Zion
1
-2
/
+2
[next]