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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-17
ipv6: Do not depend on rt->n in ip6_pol_route().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-01-17
ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.
YOSHIFUJI Hideaki / 吉藤英明
1
-8
/
+4
2013-01-17
ndisc: Remove tbl argument for __ipv6_neigh_lookup().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+2
2013-01-17
ndisc: Update neigh->updated with write lock.
YOSHIFUJI Hideaki / 吉藤英明
1
-4
/
+8
2013-01-17
net: increase fragment memory usage limits
Jesper Dangaard Brouer
1
-7
/
+15
2013-01-17
sk-filter: Add ability to lock a socket filter program
Vincent Bernat
2
-0
/
+17
2013-01-16
netpoll: fix a missing dev refcounting
Cong Wang
1
-0
/
+1
2013-01-16
netpoll: fix a rtnl lock assertion failure
Cong Wang
1
-14
/
+10
2013-01-16
net_sched: fix qdisc_pkt_len_init()
Eric Dumazet
1
-1
/
+5
2013-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
47
-243
/
+552
2013-01-14
Merge branch 'master' of git://1984.lsi.us.es/nf
David S. Miller
4
-14
/
+28
2013-01-14
tcp: fix a panic on UP machines in reqsk_fastopen_remove
Eric Dumazet
1
-2
/
+0
2013-01-14
net: phy: remove flags argument from phy_{attach, connect, connect_direct}
Florian Fainelli
1
-1
/
+1
2013-01-14
pkt_sched: namespace aware act_mirred
Benjamin LaHaise
19
-65
/
+80
2013-01-14
ipv6 netevent: Remove old_neigh from netevent_redirect.
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2013-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
17
-115
/
+237
2013-01-13
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
13
-70
/
+88
2013-01-13
ipv6: Store Router Alert option in IP6CB directly.
YOSHIFUJI Hideaki / 吉藤英明
2
-4
/
+4
2013-01-13
ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-01-13
ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().
YOSHIFUJI Hideaki / 吉藤英明
1
-9
/
+2
2013-01-13
ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().
YOSHIFUJI Hideaki / 吉藤英明
2
-45
/
+3
2013-01-13
ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().
YOSHIFUJI Hideaki / 吉藤英明
2
-4
/
+5
2013-01-13
ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).
YOSHIFUJI Hideaki / 吉藤英明
2
-7
/
+8
2013-01-13
ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.
YOSHIFUJI Hideaki / 吉藤英明
4
-13
/
+7
2013-01-13
netfilter: x_tables: print correct hook names for ARP
Jan Engelhardt
1
-8
/
+20
2013-01-12
netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
Pablo Neira Ayuso
2
-4
/
+6
2013-01-12
batman-adv: unbloat batadv_priv if debug is not enabled
Marek Lindner
3
-1
/
+6
2013-01-12
batman-adv: remove unused variable from orig_node struct
Marek Lindner
1
-1
/
+0
2013-01-12
batman-adv: fix typo in debug message
Antonio Quartulli
1
-1
/
+1
2013-01-12
batman-adv: use the const qualifier in hash functions
Antonio Quartulli
2
-2
/
+2
2013-01-12
batman-adv: don't compile the BLA switch if not requested
Antonio Quartulli
2
-0
/
+4
2013-01-12
batman-adv: remove useless NULL check
Antonio Quartulli
1
-4
/
+2
2013-01-12
batman-adv: remove useless blank lines before and after brackets
Antonio Quartulli
8
-29
/
+0
2013-01-12
batman-adv: Initialize lockdep class keys for hashes
Antonio Quartulli
3
-0
/
+22
2013-01-12
batman-adv: remove useless assignment in tt_local_add()
Antonio Quartulli
1
-7
/
+5
2013-01-12
batman-adv: unify and properly print hex values
Antonio Quartulli
3
-11
/
+11
2013-01-12
batman-adv: print the CRC together with the translation tables
Antonio Quartulli
1
-6
/
+9
2013-01-12
batman-adv: improve local translation table output
Antonio Quartulli
1
-4
/
+23
2013-01-12
batman-adv: reduce local TT entry timeout to 10 minutes
Antonio Quartulli
1
-1
/
+1
2013-01-12
batman-adv: Do not add multicast MAC addresses to translation table
Linus Lüssing
1
-1
/
+2
2013-01-12
batman-adv: use per_cpu_add helper
Shan Wei
1
-3
/
+1
2013-01-11
net: splice: fix __splice_segment()
Eric Dumazet
1
-13
/
+15
2013-01-11
ipv4: fib: fix a comment.
Rami Rosen
1
-1
/
+1
2013-01-11
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
2
-2
/
+9
2013-01-11
net: Export __netdev_pick_tx so that it can be used in modules
Alexander Duyck
1
-0
/
+1
2013-01-11
Merge tag 'nfs-for-3.8-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-4
/
+11
2013-01-10
tcp: accept RST without ACK flag
Eric Dumazet
1
-2
/
+2
2013-01-10
net: Add support for XPS without sysfs being defined
Alexander Duyck
3
-21
/
+21
2013-01-10
net: Rewrite netif_set_xps_queues to address several issues
Alexander Duyck
1
-66
/
+117
2013-01-10
net: Rewrite netif_reset_xps_queue to allow for better code reuse
Alexander Duyck
1
-23
/
+33
[next]