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
2010-04-20
net: Fix various endianness glitches
Eric Dumazet
7
-39
/
+39
2010-04-20
net: sk_sleep() helper
Eric Dumazet
3
-6
/
+6
2010-04-20
netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...
Bart De Schuymer
1
-0
/
+4
2010-04-20
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
58
-392
/
+798
2010-04-19
netfilter: xtables: remove old comments about reentrancy
Jan Engelhardt
2
-5
/
+0
2010-04-19
netfilter: xt_TEE: have cloned packet travel through Xtables too
Jan Engelhardt
1
-1
/
+0
2010-04-19
netfilter: xtables: make ip_tables reentrant
Jan Engelhardt
2
-32
/
+39
2010-04-19
netfilter: xtables: inclusion of xt_TEE
Jan Engelhardt
1
-0
/
+1
2010-04-16
rfs: Receive Flow Steering
Tom Herbert
3
-5
/
+33
2010-04-15
net: replace ipfragok with skb->local_df
Shan Wei
2
-3
/
+3
2010-04-15
ip: Fix ip_dev_loopback_xmit()
Eric Dumazet
1
-1
/
+1
2010-04-15
netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as default
Patrick McHardy
1
-1
/
+1
2010-04-15
ipv4: ipmr: fix NULL pointer deref during unres queue destruction
Patrick McHardy
1
-1
/
+5
2010-04-15
ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry
Patrick McHardy
1
-1
/
+3
2010-04-15
ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies
Patrick McHardy
1
-1
/
+1
2010-04-14
fib: suppress lockdep-RCU false positive in FIB trie.
Eric Dumazet
1
-1
/
+3
2010-04-13
ipv4: ipmr: support multiple tables
Patrick McHardy
2
-61
/
+352
2010-04-13
ipv4: ipmr: move mroute data into seperate structure
Patrick McHardy
1
-170
/
+199
2010-04-13
ipv4: ipmr: convert struct mfc_cache to struct list_head
Patrick McHardy
1
-64
/
+61
2010-04-13
ipv4: ipmr: remove net pointer from struct mfc_cache
Patrick McHardy
1
-33
/
+32
2010-04-13
ipv4: ipmr: move unres_queue and timer to per-namespace data
Patrick McHardy
1
-41
/
+29
2010-04-13
net: fib_rules: decouple address families from real address families
Patrick McHardy
1
-1
/
+1
2010-04-13
net: fib_rules: set family in fib_rule_hdr centrally
Patrick McHardy
1
-1
/
+0
2010-04-13
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
Patrick McHardy
1
-18
/
+1
2010-04-13
netfilter: fix some coding styles and remove moduleparam.h
Zhitong Wang
2
-3
/
+1
2010-04-13
net: sk_dst_cache RCUification
Eric Dumazet
3
-5
/
+5
2010-04-11
tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb
David S. Miller
1
-0
/
+1
2010-04-11
inet: Remove unused send_check length argument
Herbert Xu
2
-2
/
+2
2010-04-11
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
Herbert Xu
1
-17
/
+14
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
54
-3
/
+55
2010-04-11
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
54
-1
/
+53
2010-04-11
Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"
David S. Miller
1
-1
/
+0
2010-04-08
tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb
David S. Miller
1
-0
/
+1
2010-04-08
udp: fix for unicast RX path optimization
Jorge Boncompte [DTI2]
1
-2
/
+2
2010-04-08
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queue
Herbert Xu
1
-2
/
+1
2010-04-07
xfrm: cache bundles instead of policies for outgoing flows
Timo Teräs
1
-22
/
+0
2010-04-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
7
-16
/
+35
2010-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-0
/
+6
2010-04-03
icmp: Account for ICMP out errors
Eric Dumazet
1
-2
/
+3
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
2
-4
/
+4
2010-04-01
ipv4: remove redundant verification code
Hagen Paul Pfeifer
1
-4
/
+0
2010-04-01
net: check the length of the socket address passed to connect(2)
Changli Gao
1
-0
/
+5
2010-04-01
netfilter: CLUSTERIP: clusterip_seq_stop() fix
Eric Dumazet
1
-1
/
+2
2010-03-30
net: Fix oops from tcp_collapse() when using splice()
Steven J. Magnani
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
54
-1
/
+53
2010-03-29
Fix comment and Kconfig typos for 'require' and 'fragment'
Gilles Espinasse
1
-1
/
+1
2010-03-27
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
Nicolas Dichtel
1
-4
/
+7
2010-03-26
ipv4: Restart rt_intern_hash after emergency rebuild (v2)
Pavel Emelyanov
1
-6
/
+11
2010-03-26
ipv4: Cleanup struct net dereference in rt_intern_hash
Pavel Emelyanov
1
-2
/
+2
2010-03-26
net: fix netlink address dumping in IPv4/IPv6
Patrick McHardy
1
-1
/
+1
[prev]
[next]