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
2016-02-24
soreuseport: fix merge conflict in tcp bind
Craig Gallek
1
-0
/
+1
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-46
/
+136
2016-02-19
rtnl: RTM_GETNETCONF: fix wrong return value
Anton Protopopov
1
-1
/
+1
2016-02-18
gre: clear IFF_TX_SKB_SHARING
Jiri Benc
1
-2
/
+3
2016-02-18
iptunnel: scrub packet in iptunnel_pull_header
Jiri Benc
3
-7
/
+5
2016-02-18
tcp/dccp: fix another race at listener dismantle
Eric Dumazet
2
-14
/
+14
2016-02-18
route: check and remove route cache when we get route
Xin Long
1
-14
/
+63
2016-02-17
tcp: correctly crypto_alloc_hash return check
Insu Yun
1
-1
/
+1
2016-02-17
ipv4: Remove inet_lro library
Ben Hutchings
3
-383
/
+0
2016-02-16
net: Export ip fragment sysctl to unprivileged users
Nikolay Borisov
1
-4
/
+0
2016-02-16
ipv4: namespacify ip fragment max dist sysctl knob
Nikolay Borisov
1
-12
/
+13
2016-02-16
ipv4: namespacify ip_early_demux sysctl knob
Nikolay Borisov
2
-11
/
+9
2016-02-16
ipv4: Namespacify ip_dynaddr sysctl knob
Nikolay Borisov
2
-15
/
+10
2016-02-16
igmp: net: Move igmp namespace init to correct file
Nikolay Borisov
2
-6
/
+14
2016-02-16
ipv4: Namespaceify ip_default_ttl sysctl knob
Nikolay Borisov
5
-15
/
+18
2016-02-16
tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info
Eric Dumazet
1
-0
/
+6
2016-02-16
tcp: md5: release request socket instead of listener
Eric Dumazet
1
-2
/
+4
2016-02-16
net/ipv4: add dst cache support for gre lwtunnels
Paolo Abeni
1
-3
/
+10
2016-02-16
ip_tunnel: replace dst_cache with generic implementation
Paolo Abeni
2
-65
/
+14
2016-02-16
tcp: do not set rtt_min to 1
Eric Dumazet
1
-1
/
+4
2016-02-13
ipv4: fix memory leaks in ip_cmsg_send() callers
Eric Dumazet
4
-3
/
+11
2016-02-12
net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads
Edward Cree
4
-17
/
+10
2016-02-12
net: gre: Implement LCO for GRE over IPv4
Edward Cree
1
-3
/
+13
2016-02-12
fou: enable LCO in FOU and GUE
Edward Cree
1
-8
/
+6
2016-02-12
net: udp: always set up for CHECKSUM_PARTIAL offload
Edward Cree
1
-13
/
+1
2016-02-12
net: local checksum offload for encapsulation
Edward Cree
2
-15
/
+15
2016-02-12
tcp/dccp: better use of ephemeral ports in bind()
Eric Dumazet
1
-126
/
+114
2016-02-12
tcp/dccp: better use of ephemeral ports in connect()
Eric Dumazet
1
-85
/
+85
2016-02-11
igmp: Namespacify igmp_qrv sysctl knob
Nikolay Borisov
3
-22
/
+28
2016-02-11
igmp: Namespaceify igmp_llm_reports sysctl knob
Nikolay Borisov
3
-12
/
+18
2016-02-11
igmp: Namespaceify igmp_max_msf sysctl knob
Nikolay Borisov
4
-13
/
+12
2016-02-11
igmp: Namespaceify igmp_max_memberships sysctl knob
Nikolay Borisov
3
-10
/
+10
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
1
-11
/
+0
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
1
-2
/
+6
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
1
-12
/
+10
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2
-6
/
+6
2016-02-11
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2
-0
/
+10
2016-02-11
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2
-1
/
+26
2016-02-11
soreuseport: fast reuseport TCP socket selection
Craig Gallek
3
-10
/
+72
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
3
-7
/
+10
2016-02-11
sock: struct proto hash function may error
Craig Gallek
5
-9
/
+20
2016-02-10
vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices
David Wragg
2
-3
/
+25
2016-02-09
net:Add sysctl_max_skb_frags
Hans Westgaard Ry
1
-2
/
+2
2016-02-09
tcp: do not drop syn_recv on all icmp reports
Eric Dumazet
1
-3
/
+8
2016-02-08
tcp: Fix syncookies sysctl default.
David S. Miller
1
-1
/
+1
2016-02-07
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
Nikolay Borisov
3
-10
/
+8
[next]