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
2014-01-07
net-gre-gro: Add GRE support to the GRO stack
Jerry Chu
3
-5
/
+172
2014-01-07
ipv4: loopback device: ignore value changes after device is upped
Jiri Pirko
1
-0
/
+2
2014-01-06
gre_offload: statically build GRE offloading support
Eric Dumazet
3
-13
/
+7
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-25
/
+51
2014-01-06
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-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+0
2014-01-04
net: unify the pcpu_tstats and br_cpu_netstats as one
Li RongQing
2
-5
/
+6
2014-01-03
ipv4: Use percpu Cache route in IP tunnels
Tom Herbert
1
-12
/
+32
2014-01-03
ipv4: Cache dst in tunnels
Tom Herbert
1
-24
/
+89
2014-01-03
netfilter: nf_conntrack: remove dead code
stephen hemminger
1
-6
/
+0
2014-01-02
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-29
lro: remove dead code
stephen hemminger
1
-173
/
+0
2013-12-29
tcp: make local functions static
stephen hemminger
2
-2
/
+2
2013-12-28
ipv4: ping make local stuff static
Stephen Hemminger
1
-3
/
+7
2013-12-28
ipv4: remove unused function
Stephen Hemminger
1
-7
/
+0
2013-12-28
arp: make arp_invalidate static
Stephen Hemminger
1
-2
/
+1
2013-12-28
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-22
ipv4: consistent reporting of pmtu data in case of corking
Hannes Frederic Sowa
1
-2
/
+3
2013-12-22
netconf: rename PROXY_ARP to NEIGH_PROXY
stephen hemminger
1
-5
/
+5
2013-12-20
tcp: autocork should not hold first packet in write queue
Eric Dumazet
1
-4
/
+10
2013-12-19
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-18
ip_gre: fix msg_name parsing for recvfrom/recvmsg
Timo Teräs
1
-0
/
+1
2013-12-18
ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs
Hannes Frederic Sowa
1
-1
/
+3
2013-12-18
inet: make no_pmtu_disc per namespace and kill ipv4_config
Hannes Frederic Sowa
4
-13
/
+10
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-20
/
+28
2013-12-17
net: Add utility functions to clear rxhash
Tom Herbert
2
-4
/
+3
2013-12-17
tcp: refine TSO splits
Eric Dumazet
1
-39
/
+54
2013-12-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2
-1
/
+2
2013-12-17
udp: ipv4: do not use sk_dst_lock from softirq context
Eric Dumazet
1
-9
/
+4
2013-12-14
netconf: add proxy-arp support
stephen hemminger
1
-12
/
+29
2013-12-12
net-gro: Prepare GRO stack for the upcoming tunneling support
Jerry Chu
2
-10
/
+24
2013-12-12
netfilter: nft_reject: fix endianness in dump function
Eric Leblond
1
-1
/
+1
2013-12-11
udp: ipv4: must add synchronization in udp_sk_rx_dst_set()
Eric Dumazet
1
-6
/
+16
2013-12-11
udp: ipv4: fix potential use after free in udp_v4_early_demux()
Eric Dumazet
1
-3
/
+6
2013-12-11
ipv4: fix wildcard search with inet_confirm_addr()
Nicolas Dichtel
2
-6
/
+7
[next]