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
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
4
-60
/
+64
2014-01-10
netfilter: nf_tables: fix error path in the init functions
Pablo Neira Ayuso
1
-1
/
+7
2014-01-09
ip_tunnel: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-09
netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()
Patrick McHardy
4
-4
/
+4
2014-01-09
netfilter: nf_tables: minor nf_chain_type cleanups
Patrick McHardy
4
-10
/
+10
2014-01-09
netfilter: nf_tables: constify chain type definitions and pointers
Patrick McHardy
4
-4
/
+4
2014-01-09
netfilter: nf_tables: add missing module references to chain types
Patrick McHardy
2
-0
/
+2
2014-01-08
netfilter: nf_tables: add "inet" table for IPv4/IPv6
Patrick McHardy
1
-1
/
+2
2014-01-08
netfilter: nf_tables: add support for multi family tables
Patrick McHardy
2
-0
/
+2
2014-01-08
netfilter: nf_tables: make chain types override the default AF functions
Patrick McHardy
2
-44
/
+37
2014-01-08
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
3
-5
/
+172
2014-01-08
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
1
-0
/
+2
2014-01-07
gre_offload: statically build GRE offloading support
Eric Dumazet
3
-13
/
+7
2014-01-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-25
/
+51
2014-01-07
tcp: out_of_order_queue do not use its lock
Eric Dumazet
2
-2
/
+2
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...
David S. Miller
4
-258
/
+24
2014-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+0
2014-01-05
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
2
-5
/
+6
2014-01-04
ipv4: Use percpu Cache route in IP tunnels
Tom Herbert
1
-12
/
+32
2014-01-04
ipv4: Cache dst in tunnels
Tom Herbert
1
-24
/
+89
2014-01-04
netfilter: nf_conntrack: remove dead code
stephen hemminger
1
-6
/
+0
2014-01-03
ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC
Wei-Chun Chao
3
-23
/
+31
2014-01-02
ipv4: switch and case should be at the same indent
Weilong Chen
1
-15
/
+15
2014-01-02
ipv4: spaces required around that '='
Weilong Chen
1
-4
/
+4
2014-01-02
ipv4: arp: update neighbour address when a gratuitous arp is received and arp...
Salam Noureddine
1
-5
/
+10
2014-01-01
netfilter: add help information to new nf_tables Kconfig options
Pablo Neira Ayuso
1
-0
/
+14
2013-12-30
netfilter: nft_reject: support for IPv6 and TCP reset
Eric Leblond
3
-128
/
+0
2013-12-30
netfilter: REJECT: separate reusable code
Eric Leblond
1
-130
/
+10
2013-12-30
lro: remove dead code
stephen hemminger
1
-173
/
+0
2013-12-30
tcp: make local functions static
stephen hemminger
2
-2
/
+2
2013-12-29
ipv4: ping make local stuff static
Stephen Hemminger
1
-3
/
+7
2013-12-29
ipv4: remove unused function
Stephen Hemminger
1
-7
/
+0
2013-12-29
arp: make arp_invalidate static
Stephen Hemminger
1
-2
/
+1
2013-12-29
ipv4: make fib_detect_death static
Stephen Hemminger
2
-4
/
+3
2013-12-26
ipv4: ipv4: Cleanup the comments in tcp_yeah.c
Weilong Chen
1
-8
/
+8
2013-12-26
ipv4: ERROR: code indent should use tabs where possible
Weilong Chen
3
-8
/
+5
2013-12-26
ipv4: ERROR: do not initialise globals to 0 or NULL
Weilong Chen
1
-2
/
+2
2013-12-26
ipv4: fix all space errors in file igmp.c
Weilong Chen
1
-35
/
+35
2013-12-26
ipv4: fix checkpatch error with foo * bar
Weilong Chen
1
-1
/
+1
2013-12-26
ipv4: fix checkpatch error "space prohibited"
Weilong Chen
4
-11
/
+11
2013-12-26
ipv4: do clean up with spaces
Weilong Chen
2
-8
/
+8
2013-12-23
ipv4: consistent reporting of pmtu data in case of corking
Hannes Frederic Sowa
1
-2
/
+3
2013-12-23
netconf: rename PROXY_ARP to NEIGH_PROXY
stephen hemminger
1
-5
/
+5
2013-12-21
tcp: autocork should not hold first packet in write queue
Eric Dumazet
1
-4
/
+10
2013-12-20
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-5
/
+5
2013-12-19
net: inet_diag: zero out uninitialized idiag_{src,dst} fields
Daniel Borkmann
1
-0
/
+16
2013-12-19
ip_gre: fix msg_name parsing for recvfrom/recvmsg
Timo Teräs
1
-0
/
+1
2013-12-19
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs
Hannes Frederic Sowa
1
-1
/
+3
2013-12-19
inet: make no_pmtu_disc per namespace and kill ipv4_config
Hannes Frederic Sowa
4
-13
/
+10
2013-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-20
/
+28
[prev]
[next]