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
2010-06-11
net-next: remove useless union keyword
Changli Gao
19
-305
/
+305
2010-06-11
ip: ip_ra_control() rcu fix
Eric Dumazet
1
-4
/
+15
2010-06-10
icmp: RCU conversion in icmp_address_reply()
Eric Dumazet
1
-7
/
+5
2010-06-08
net: avoid two atomic ops in ip_rcv_options()
Eric Dumazet
1
-4
/
+2
2010-06-08
ipv4: avoid two atomic ops in ip_rt_redirect()
Eric Dumazet
1
-7
/
+3
2010-06-08
igmp: avoid two atomic ops in igmp_rcv()
Eric Dumazet
1
-6
/
+4
2010-06-08
ip: Router Alert RCU conversion
Eric Dumazet
2
-17
/
+17
2010-06-07
raw: avoid two atomics in xmit
Eric Dumazet
1
-3
/
+5
2010-06-07
tcp: Fix slowness in read /proc/net/tcp
Tom Herbert
1
-8
/
+84
2010-06-07
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-18
/
+17
2010-06-05
syncookies: update mss tables
Florian Westphal
1
-19
/
+19
2010-06-05
syncookies: avoid unneeded tcp header flag double check
Florian Westphal
2
-2
/
+2
2010-06-05
syncookies: make v4/v6 synflood warning behaviour the same
Florian Westphal
1
-11
/
+13
2010-06-05
tcp: use correct net ns in cookie_v4_check()
Eric Dumazet
1
-1
/
+1
2010-06-05
rps: tcp: fix rps_sock_flow_table table updates
Eric Dumazet
1
-3
/
+4
2010-06-05
syncookies: remove Kconfig text line about disabled-by-default
Florian Westphal
1
-5
/
+5
2010-06-04
arp: RCU changes
Eric Dumazet
1
-7
/
+4
2010-06-04
ipv4: RCU changes in __mkroute_input()
Eric Dumazet
1
-5
/
+3
2010-06-03
ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mc
Eric Dumazet
1
-18
/
+17
2010-06-03
ipv4: add LINUX_MIB_IPRPFILTER snmp counter
Eric Dumazet
4
-15
/
+26
2010-06-02
TCP: tcp_hybla: Fix integer overflow in slow start increment
Daniele Lacamera
1
-2
/
+2
2010-06-02
ipconfig: send host-name in DHCP requests
Wu Fengguang
1
-0
/
+7
2010-06-01
net/ipv4/igmp.c: Remove unnecessary kmalloc casts
Joe Perches
1
-2
/
+1
2010-06-01
net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1
Joe Perches
1
-2
/
+2
2010-06-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
1
-1
/
+1
2010-06-01
net: sock_queue_err_skb() dont mess with sk_forward_alloc
Eric Dumazet
1
-4
/
+2
2010-05-31
netfilter: xtables: stackptr should be percpu
Eric Dumazet
1
-1
/
+1
2010-05-31
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
1
-4
/
+4
2010-05-31
arp_notify: allow drivers to explicitly request a notification event.
Ian Campbell
1
-0
/
+1
2010-05-31
tcp: tcp_md5_hash_skb_data() frag_list handling
Eric Dumazet
1
-0
/
+5
2010-05-31
net: Use __this_cpu_inc() in fast path
Eric Dumazet
1
-2
/
+1
2010-05-31
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+2
2010-05-29
net: fix sk_forward_alloc corruptions
Eric Dumazet
1
-0
/
+2
2010-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-7
/
+9
2010-05-27
net: fix lock_sock_bh/unlock_sock_bh
Eric Dumazet
1
-6
/
+8
2010-05-26
ipmr: off by one in __ipmr_fill_mroute()
Dan Carpenter
1
-1
/
+1
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-4
/
+4
2010-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
58
-1001
/
+1277
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
5
-7
/
+0
2010-05-18
net: Introduce skb_tunnel_rx() helper
Eric Dumazet
3
-18
/
+6
2010-05-18
tcp: tcp_synack_options() fix
Eric Dumazet
1
-5
/
+4
2010-05-18
net: Remove unnecessary semicolons after switch statements
Joe Perches
2
-3
/
+4
2010-05-18
net: No dst refcounting in ip_queue_xmit()
Eric Dumazet
1
-2
/
+7
2010-05-18
net: Use ip_route_input_noref() in input path
Eric Dumazet
3
-5
/
+5
2010-05-18
net: implements ip_route_input_noref()
Eric Dumazet
1
-5
/
+10
2010-05-18
net: add a noref bit on skb dst
Eric Dumazet
4
-11
/
+12
2010-05-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-10
/
+24
2010-05-16
net: Introduce sk_route_nocaps
Eric Dumazet
2
-4
/
+4
2010-05-16
tcp: fix MD5 (RFC2385) support
Eric Dumazet
1
-10
/
+24
[next]