index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...
Dominik Brodowski
2018-04-02
1
-7
/
+30
*
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...
Dominik Brodowski
2018-04-02
1
-5
/
+12
*
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
2018-04-02
1
-4
/
+12
*
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
2018-04-02
1
-4
/
+10
*
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...
Dominik Brodowski
2018-04-02
1
-7
/
+16
*
net: socket: replace call to sys_recv() with __sys_recvfrom()
Dominik Brodowski
2018-04-02
2
-2
/
+4
*
net: socket: replace calls to sys_send() with __sys_sendto()
Dominik Brodowski
2018-04-02
2
-2
/
+3
*
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
2018-04-02
2
-18
/
+28
*
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-5
/
+12
*
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-4
/
+10
*
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
1
-3
/
+10
*
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-3
/
+8
*
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-4
/
+9
*
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-5
/
+11
*
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-5
/
+11
*
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-3
/
+8
*
net: socket: add __sys_connect() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-4
/
+9
*
net: socket: add __sys_bind() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-3
/
+8
*
net: socket: add __sys_socket() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-3
/
+8
*
net: socket: add __sys_accept4() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-9
/
+15
*
net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-8
/
+14
*
net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
Dominik Brodowski
2018-04-02
2
-9
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-03-05
58
-357
/
+433
|
\
|
*
net: make skb_gso_*_seglen functions private
Daniel Axtens
2018-03-04
1
-2
/
+35
|
*
net: xfrm: use skb_gso_validate_network_len() to check gso sizes
Daniel Axtens
2018-03-04
2
-2
/
+3
|
*
net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
Daniel Axtens
2018-03-04
1
-1
/
+2
|
*
net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len
Daniel Axtens
2018-03-04
8
-12
/
+13
|
*
Merge tag 'batadv-net-for-davem-20180302' of git://git.open-mesh.org/linux-merge
David S. Miller
2018-03-03
9
-39
/
+50
|
|
\
|
|
*
batman-adv: Fix internal interface indices types
Sven Eckelmann
2018-02-25
5
-21
/
+31
|
|
*
batman-adv: Fix netlink dumping of BLA backbones
Sven Eckelmann
2018-02-25
1
-4
/
+7
|
|
*
batman-adv: Fix netlink dumping of BLA claims
Sven Eckelmann
2018-02-25
1
-4
/
+7
|
|
*
batman-adv: Ignore invalid batadv_v_gw during netlink send
Sven Eckelmann
2018-02-25
1
-1
/
+1
|
|
*
batman-adv: Ignore invalid batadv_iv_gw during netlink send
Sven Eckelmann
2018-02-25
1
-1
/
+1
|
|
*
batman-adv: invalidate checksum on fragment reassembly
Matthias Schiffer
2018-02-25
1
-1
/
+2
|
|
*
batman-adv: fix packet checksum in receive path
Matthias Schiffer
2018-02-25
1
-7
/
+1
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-03-02
11
-39
/
+98
|
|
\
\
|
|
*
|
ipvs: remove IPS_NAT_MASK check to fix passive FTP
Julian Anastasov
2018-02-28
1
-1
/
+1
|
|
*
|
netfilter: nf_tables: use the right index from flowtable error path
Pablo Neira Ayuso
2018-02-27
1
-1
/
+1
|
|
*
|
netfilter: nf_tables: missing attribute validation in nf_tables_delflowtable()
Pablo Neira Ayuso
2018-02-27
1
-0
/
+5
|
|
*
|
netfilter: nf_tables: return EBUSY if device already belongs to flowtable
Pablo Neira Ayuso
2018-02-27
1
-1
/
+17
|
|
*
|
netfilter: use skb_to_full_sk in ip6_route_me_harder
Eric Dumazet
2018-02-25
1
-4
/
+5
|
|
*
|
netfilter: don't set F_IFACE on ipv6 fib lookups
Florian Westphal
2018-02-25
2
-14
/
+2
|
|
*
|
netfilter: increase IPSTATS_MIB_CSUMERRORS stat
Taehee Yoo
2018-02-25
1
-1
/
+3
|
|
*
|
netfilter: nf_flow_table: fix checksum when handling DNAT
Felix Fietkau
2018-02-25
1
-0
/
+1
|
|
*
|
netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
Florian Westphal
2018-02-25
1
-1
/
+12
|
|
*
|
netfilter: ebtables: convert BUG_ONs to WARN_ONs
Florian Westphal
2018-02-25
1
-9
/
+18
|
|
*
|
netfilter: bridge: ebt_among: add missing match size checks
Florian Westphal
2018-02-25
1
-2
/
+19
|
|
*
|
netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
Florian Westphal
2018-02-25
1
-0
/
+4
|
|
*
|
netfilter: ipt_CLUSTERIP: put config instead of freeing it
Florian Westphal
2018-02-25
1
-3
/
+4
|
|
*
|
netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcount
Florian Westphal
2018-02-25
1
-2
/
+6
[next]