index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
dsa: make dsa_switch_setup check for valid port names
Florian Fainelli
2013-01-21
1
-0
/
+6
*
dsa: use an unique and non conflicting bus name for the slave MII bus
Florian Fainelli
2013-01-21
1
-2
/
+2
*
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2013-01-21
2
-175
/
+173
*
Merge branch 'virtio_mac'
David S. Miller
2013-01-21
4
-55
/
+106
|
\
|
*
virtio-net: introduce a new control to set macaddr
Amos Kong
2013-01-21
2
-4
/
+25
|
*
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
2013-01-21
2
-6
/
+37
|
*
move virtnet_send_command() above virtnet_set_mac_address()
Amos Kong
2013-01-21
1
-45
/
+44
|
/
*
Merge branch 'mcast'
David S. Miller
2013-01-21
7
-39
/
+231
|
\
|
*
mcast: add multicast proxy support (IPv4 and IPv6)
Nicolas Dichtel
2013-01-21
4
-28
/
+225
|
*
mcast: define and use MRT[6]_MAX in ip[6]_mroute_opt()
Nicolas Dichtel
2013-01-21
5
-13
/
+8
|
/
*
Documentation: remove obsolete networking/multicast.txt file
Paul Gortmaker
2013-01-21
2
-65
/
+0
*
Merge branch 'qeth'
David S. Miller
2013-01-21
8
-92
/
+198
|
\
|
*
qeth: Fix HiperSockets performance regression
Stefan Raspl
2013-01-21
1
-1
/
+1
|
*
qeth: Make s390dbf card entries persistent
Stefan Raspl
2013-01-21
1
-12
/
+78
|
*
qeth: Update Kconfig wording
Stefan Raspl
2013-01-21
1
-2
/
+2
|
*
qeth: Support VEPA mode
Stefan Raspl
2013-01-21
7
-67
/
+112
|
*
qeth: Remove unused exports
Stefan Raspl
2013-01-21
2
-7
/
+2
|
*
qeth: Fix retry logic in hardsetup
Stefan Raspl
2013-01-21
1
-3
/
+3
|
/
*
Merge branch 'ipv6_ndisc'
David S. Miller
2013-01-21
5
-205
/
+203
|
\
|
*
ndisc: Use compound literals to build redirect message.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-12
/
+8
|
*
ndisc: Break down ndisc_build_skb() and build message directly.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-59
/
+63
|
*
ndisc: Break down __ndisc_send().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-24
/
+21
|
*
ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-16
/
+8
|
*
ndisc: Use ndisc_send_skb() for redirect.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-23
/
+14
|
*
ndisc: Remove icmp6h argument from ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-3
/
+3
|
*
ndisc: Make ndisc_fill_xxx_option() for sk_buff.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-18
/
+15
|
*
ndisc: Calculate message body length and option length separately.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-9
/
+11
|
*
ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-2
/
+1
|
*
ndisc: Defer building IPv6 header.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-11
/
+11
|
*
ndisc: Remove dev argument for ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-5
/
+5
|
*
ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-6
/
+6
|
*
ndisc: Simplify arguments for ip6_nd_hdr().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-8
/
+7
|
*
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
4
-42
/
+52
|
*
ndisc: Introduce ndisc_alloc_skb() helper.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-25
/
+27
|
*
ndisc: Introduce ndisc_fill_redirect_hdr_option().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-6
/
+15
|
*
ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-1
/
+1
|
*
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
2
-7
/
+8
|
*
ndisc: Reduce number of arguments for ndisc_fill_addr_option().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-7
/
+6
|
/
*
net: ethernet: davinci: Fix build breakage
Thierry Reding
2013-01-21
1
-1
/
+1
*
firewire net: Use LL_RESERVED_SPACE(), HH_DATA_OFF().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-6
/
+6
*
firewire net: Ensure checksumming in upper layer.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-1
/
+1
*
usbnet: pegasus: set wakeup enable in set_wol
Ming Lei
2013-01-21
1
-1
/
+7
*
net/mlx4_en: remove redundant code
Eric Dumazet
2013-01-21
1
-4
/
+0
*
ndisc: Make several arguments for ndisc_send_na() boolean.
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-5
/
+5
*
ipv6: Optimize ipv6_addr_is_ll_all_{nodes,routers}().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-0
/
+10
*
ipv6: Optimize ipv6_addr_is_solict_mult().
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
1
-4
/
+11
*
ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...
YOSHIFUJI Hideaki / 吉藤英明
2013-01-21
2
-5
/
+9
*
ipv6: Make ipv6_addr_is_XXX() return boolean.
YOSHIFUJI Hideaki
2013-01-21
1
-4
/
+4
*
net: asix: ax88772_unbind() can be static
Wu Fengguang
2013-01-19
1
-1
/
+1
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2013-01-19
27
-126
/
+186
|
\
[next]