index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: Remove tb_peers from fib_table.
David S. Miller
2012-07-12
1
-3
/
+0
*
Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next
David S. Miller
2012-07-12
1
-57
/
+33
|
\
|
*
can: gw: Remove pointless casts
Thomas Graf
2012-07-10
1
-4
/
+2
|
*
can: gw: Properly fill the netlink header when responding to RTM_GETROUTE
Thomas Graf
2012-07-10
1
-3
/
+7
|
*
can: gw: Use nla_policy to validate netlink attributes
Thomas Graf
2012-07-10
1
-24
/
+23
|
*
can: gw: Don't bump nlmsg_len manually
Thomas Graf
2012-07-10
1
-26
/
+1
*
|
ipv4: Put proper checks into icmp_socket_deliver().
David S. Miller
2012-07-12
1
-6
/
+6
*
|
net: sched: add ipset ematch
Florian Westphal
2012-07-12
3
-0
/
+146
*
|
6lowpan: rework fragment-deleting routine
alex.bluesman.smirnov@gmail.com
2012-07-12
1
-19
/
+20
*
|
6lowpan: fix tag variable size
alex.bluesman.smirnov@gmail.com
2012-07-12
1
-1
/
+1
*
|
mac802154: sparse warnings: make symbols static
alex.bluesman.smirnov@gmail.com
2012-07-12
2
-2
/
+2
*
|
6lowpan: get extra headroom in allocated frame
alex.bluesman.smirnov@gmail.com
2012-07-12
1
-2
/
+2
*
|
mac802154: add get short address method
alex.bluesman.smirnov@gmail.com
2012-07-12
3
-0
/
+17
*
|
6lowpan: revert: add missing spin_lock_init()
alex.bluesman.smirnov@gmail.com
2012-07-12
1
-3
/
+1
*
|
ipv4: Fix warnings in ip_do_redirect() for some configurations.
David S. Miller
2012-07-12
1
-4
/
+6
*
|
net: Remove checks for dst_ops->redirect being NULL.
David S. Miller
2012-07-12
7
-11
/
+8
*
|
net: Add dummy dst_ops->redirect method where needed.
David S. Miller
2012-07-12
4
-0
/
+21
*
|
ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().
David S. Miller
2012-07-12
3
-109
/
+2
*
|
ipv6: Add redirect support to all protocol icmp error handlers.
David S. Miller
2012-07-12
12
-14
/
+67
*
|
ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.
David S. Miller
2012-07-12
1
-0
/
+27
*
|
ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().
David S. Miller
2012-07-12
1
-31
/
+49
*
|
ipv6: Move bulk of redirect handling into rt6_redirect().
David S. Miller
2012-07-11
2
-76
/
+71
*
|
ipv6: Export ndisc option parsing from ndisc.c
David S. Miller
2012-07-11
1
-45
/
+2
*
|
ipv4: Kill ip_rt_redirect().
David S. Miller
2012-07-11
2
-45
/
+0
*
|
ipv4: Add redirect support to all protocol icmp error handlers.
David S. Miller
2012-07-11
12
-16
/
+110
*
|
ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.
David S. Miller
2012-07-11
1
-0
/
+28
*
|
ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.
David S. Miller
2012-07-11
1
-40
/
+54
*
|
ipv4: Rearrange arguments to ip_rt_redirect()
David S. Miller
2012-07-11
2
-34
/
+25
*
|
ipv4: Pull redirect instantiation out into a helper function.
David S. Miller
2012-07-11
1
-15
/
+22
*
|
ipv4: Deliver ICMP redirects to sockets too.
David S. Miller
2012-07-11
1
-7
/
+1
*
|
ipv4: Pull icmp socket delivery out into a helper function.
David S. Miller
2012-07-11
1
-15
/
+16
*
|
tcp: TCP Small Queues
Eric Dumazet
2012-07-11
7
-1
/
+173
*
|
tcp: Fix out of bounds access to tcpm_vals
Alexander Duyck
2012-07-11
1
-1
/
+1
*
|
bridge: fix endian
Li RongQing
2012-07-11
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-07-10
13
-53
/
+62
|
\
\
|
*
|
net: Fix memory leak - vlan_info struct
Amir Hanania
2012-07-10
1
-0
/
+3
|
*
|
Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
2012-07-10
3
-7
/
+19
|
|
\
\
|
|
*
|
batman-adv: check incoming packet type for bla
Simon Wunderlich
2012-07-06
3
-7
/
+19
|
*
|
|
net/rxrpc/ar-peer.c: remove invalid reference to list iterator variable
Julia Lawall
2012-07-09
1
-1
/
+1
|
*
|
|
net: cgroup: fix out of bounds accesses
Eric Dumazet
2012-07-09
2
-4
/
+8
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2012-07-09
3
-6
/
+4
|
|
\
\
\
|
|
*
|
|
mac80211: destroy assoc_data correctly if assoc fails
Eliad Peller
2012-07-09
1
-4
/
+2
|
|
*
|
|
NFC: Prevent NULL deref when getting socket name
Sasha Levin
2012-07-09
1
-1
/
+1
|
|
*
|
|
mac80211: correct size the argument to kzalloc in minstrel_ht
Thomas Huehn
2012-07-09
1
-1
/
+1
|
*
|
|
|
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
2012-07-09
1
-1
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
netfilter: ipset: timeout fixing bug broke SET target special timeout value
Jozsef Kadlecsik
2012-07-09
1
-1
/
+3
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
cgroup: fix panic in netprio_cgroup
Gao feng
2012-07-09
1
-1
/
+2
|
*
|
|
|
netem: add limitation to reordered packets
Eric Dumazet
2012-07-09
1
-27
/
+15
|
*
|
|
|
ieee802154: verify packet size before trying to allocate it
Sasha Levin
2012-07-08
1
-6
/
+6
|
|
/
/
/
*
|
|
|
net: Fix non-kernel-doc comments with kernel-doc start marker
Ben Hutchings
2012-07-10
4
-17
/
+8
[next]