index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-04
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-6
/
+6
2013-08-31
ipv4 tunnels: fix an oops when using ipip/sit with IPsec
Li Hongjun
1
-3
/
+2
2013-08-31
tcp: tcp_make_synack() should use sock_wmalloc
Phil Oester
1
-1
/
+1
2013-08-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
3
-13
/
+12
2013-08-29
ipv4: sendto/hdrincl: don't use destination address found in header
Chris Clark
1
-1
/
+2
2013-08-29
tcp: don't apply tsoffset if rcv_tsecr is zero
Andrew Vagin
1
-3
/
+6
2013-08-29
tcp: initialize rcv_tstamp for restored sockets
Andrew Vagin
1
-0
/
+2
2013-08-26
xfrm: revert ipv4 mtu determination to dst_mtu
Hannes Frederic Sowa
1
-1
/
+1
2013-08-21
tcp: set timestamps for restored skb-s
Andrey Vagin
1
-0
/
+7
2013-08-14
xfrm: introduce helper for safe determination of mtu
Hannes Frederic Sowa
2
-11
/
+1
2013-08-14
xfrm: make local error reporting more robust
Hannes Frederic Sowa
2
-2
/
+11
2013-08-14
ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.
Pravin B Shelar
1
-3
/
+1
2013-08-09
net: rename busy poll MIB counter
Eliezer Tamir
1
-1
/
+1
2013-08-09
ip_gre: fix ipgre_header to return correct offset
Timo Teräs
1
-1
/
+1
2013-08-09
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
1
-6
/
+6
2013-08-07
tcp: cubic: fix bug in bictcp_acked()
Eric Dumazet
1
-1
/
+1
2013-08-07
tcp: cubic: fix overflow error in bictcp_update()
Eric Dumazet
1
-4
/
+6
2013-08-06
fib_trie: remove potential out of bound access
Eric Dumazet
1
-4
/
+1
2013-08-05
net: esp{4,6}: fix potential MTU calculation overflows
Daniel Borkmann
1
-1
/
+1
2013-08-03
net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing fails
Daniel Borkmann
1
-1
/
+3
2013-07-25
fib_trie: potential out of bounds access in trie_show_stats()
Jerry Snitselaar
1
-1
/
+1
2013-07-20
sysctl net: Keep tcp_syn_retries inside the boundary
Michal Tesar
1
-1
/
+5
2013-07-16
ipv4: set transport header earlier
Eric Dumazet
1
-4
/
+3
2013-07-13
tcp: account all retransmit failures
Yuchung Cheng
1
-3
/
+4
2013-07-12
gre: Fix MTU sizing check for gretap tunnels
Alexander Duyck
1
-1
/
+1
2013-07-11
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
2
-1
/
+6
2013-07-11
inet: fix spacing in assignment
Camelia Groza
1
-1
/
+1
2013-07-11
net: rename ll methods to busy-poll
Eliezer Tamir
2
-2
/
+2
2013-07-11
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
3
-3
/
+3
2013-07-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
39
-1709
/
+2236
2013-07-09
net: rename low latency sockets functions to busy poll
Eliezer Tamir
1
-3
/
+3
2013-07-04
mm: use totalram_pages instead of num_physpages at runtime
Jiang Liu
1
-1
/
+1
2013-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+11
2013-07-04
net: gre: move GSO functions to gre_offload
Daniel Borkmann
3
-103
/
+131
2013-07-03
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
1
-44
/
+55
2013-07-02
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
1
-1
/
+2
2013-07-02
ipip: fix a regression in ioctl
Cong Wang
1
-5
/
+7
2013-07-02
vti: remove duplicated code to fix a memory leak
Cong Wang
1
-7
/
+0
2013-07-02
gre: fix a regression in ioctl
Cong Wang
1
-4
/
+5
2013-06-29
ipv4: use next hop exceptions also for input routes
Timo Teräs
2
-16
/
+52
2013-06-28
netlink: fix splat in skb_clone with large messages
Pablo Neira
1
-1
/
+1
2013-06-28
sit: add support of x-netns
Nicolas Dichtel
1
-1
/
+9
2013-06-27
sit: fix 4in4 + IPsec scenario
Nicolas Dichtel
1
-1
/
+1
2013-06-26
gre: fix a possible skb leak
Eric Dumazet
1
-1
/
+1
2013-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+8
2013-06-24
netfilter: ipt_ULOG: fix incorrect setting of ulog timer
Gao feng
1
-4
/
+8
2013-06-20
inet: frag , remove an empty ifdef.
Rami Rosen
1
-2
/
+0
2013-06-20
tcp: introduce a per-route knob for quick ack
Cong Wang
2
-3
/
+8
2013-06-20
tcp:typo unset should be unsent
Weiping Pan
1
-1
/
+1
2013-06-20
ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.
Aydin Arik
1
-2
/
+2
[next]