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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-01
net: Make locking in sock_bindtoindex optional
Ferenc Fejes
1
-1
/
+1
2020-06-01
ipv4: nexthop: Fix deadcode issue by performing a proper NULL check
Patrick Eigensatz
1
-2
/
+2
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
7
-81
/
+152
2020-05-30
devinet: fix memleak in inetdev_init()
Yang Yingliang
1
-0
/
+1
2020-05-29
tcp: tcp_init_buffer_space can be static
Florian Westphal
1
-1
/
+1
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2
-13
/
+40
2020-05-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-91
/
+12
2020-05-28
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
1
-0
/
+11
2020-05-28
ipv4: add ip_sock_set_recverr
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_freebind
Christoph Hellwig
1
-0
/
+8
2020-05-28
ipv4: add ip_sock_set_tos
Christoph Hellwig
1
-9
/
+21
2020-05-28
tcp: add tcp_sock_set_keepcnt
Christoph Hellwig
1
-0
/
+12
2020-05-28
tcp: add tcp_sock_set_keepintvl
Christoph Hellwig
1
-0
/
+12
2020-05-28
tcp: add tcp_sock_set_keepidle
Christoph Hellwig
1
-15
/
+34
2020-05-28
tcp: add tcp_sock_set_user_timeout
Christoph Hellwig
1
-0
/
+8
2020-05-28
tcp: add tcp_sock_set_syncnt
Christoph Hellwig
1
-0
/
+12
2020-05-28
tcp: add tcp_sock_set_quickack
Christoph Hellwig
1
-13
/
+26
2020-05-28
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
1
-14
/
+25
2020-05-28
tcp: add tcp_sock_set_cork
Christoph Hellwig
1
-19
/
+32
2020-05-28
net: add sock_bindtoindex
Christoph Hellwig
1
-3
/
+1
2020-05-28
tcp: ipv6: support RFC 6069 (TCP-LD)
Eric Dumazet
1
-1
/
+2
2020-05-27
tcp: rename tcp_v4_err() skb parameter
Eric Dumazet
1
-9
/
+9
2020-05-27
tcp: add tcp_ld_RTO_revert() helper
Eric Dumazet
1
-40
/
+45
2020-05-27
nexthop: Fix type of event_type in call_nexthop_notifiers
Nathan Chancellor
1
-1
/
+1
2020-05-26
ipv4: nexthop version of fib_info_nh_uses_dev
David Ahern
1
-9
/
+10
2020-05-26
ipv4: Refactor nhc evaluation in fib_table_lookup
David Ahern
1
-15
/
+36
2020-05-26
nexthops: don't modify published nexthop groups
Nikolay Aleksandrov
1
-33
/
+58
2020-05-26
nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry
David Ahern
1
-14
/
+13
2020-05-26
tcp: tcp_v4_err() icmp skb is named icmp_skb
Eric Dumazet
1
-1
/
+1
2020-05-25
tcp: allow traceroute -Mtcp for unpriv users
Eric Dumazet
1
-0
/
+2
2020-05-25
ipv4: potential underflow in compat_ip_setsockopt()
Dan Carpenter
1
-1
/
+1
2020-05-25
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
1
-5
/
+2
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-32
/
+35
2020-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+6
2020-05-22
nexthop: add support for notifiers
Roopa Prabhu
1
-0
/
+27
2020-05-22
nexthop: support for fdb ecmp nexthops
Roopa Prabhu
1
-25
/
+107
2020-05-21
net: don't return invalid table id error when we fall back to PF_UNSPEC
Sabrina Dubroca
2
-3
/
+2
2020-05-21
net: ipip: fix wrong address family in init error path
Vadim Fedorenko
1
-1
/
+1
2020-05-20
net: nlmsg_cancel() if put fails for nhmsg
Stephen Worley
1
-0
/
+1
2020-05-20
handle the group_source_req options directly
Al Viro
1
-2
/
+21
2020-05-20
ipv4: take handling of group_source_req options into a helper
Al Viro
1
-39
/
+44
2020-05-20
ipv[46]: do compat setsockopt for MCAST_{JOIN,LEAVE}_GROUP directly
Al Viro
1
-0
/
+31
2020-05-20
ipv4: do compat setsockopt for MCAST_MSFILTER directly
Al Viro
1
-1
/
+47
2020-05-20
set_mcast_msfilter(): take the guts of setsockopt(MCAST_MSFILTER) into a helper
Al Viro
1
-33
/
+40
2020-05-20
get rid of compat_mc_getsockopt()
Al Viro
1
-3
/
+41
2020-05-20
ip*_mc_gsfget(): lift copyout of struct group_filter into callers
Al Viro
2
-18
/
+19
2020-05-20
compat_ip{,v6}_setsockopt(): enumerate MCAST_... options explicitly
Al Viro
1
-1
/
+9
2020-05-19
impr: use ->ndo_tunnel_ctl in ipmr_new_tunnel
Christoph Hellwig
1
-11
/
+3
2020-05-19
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
4
-62
/
+51
[next]