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-21
ndisc: Do not try to update "updated" time if neighbour has already gone.
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2013-01-21
dsa: make dsa_switch_setup check for valid port names
Florian Fainelli
1
-0
/
+6
2013-01-21
dsa: use an unique and non conflicting bus name for the slave MII bus
Florian Fainelli
1
-2
/
+2
2013-01-21
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2
-175
/
+173
2013-01-21
net: split eth_mac_addr for better error handling
Stefan Hajnoczi
1
-6
/
+35
2013-01-21
mcast: add multicast proxy support (IPv4 and IPv6)
Nicolas Dichtel
2
-26
/
+219
2013-01-21
ndisc: Use compound literals to build redirect message.
YOSHIFUJI Hideaki / 吉藤英明
1
-12
/
+8
2013-01-21
ndisc: Break down ndisc_build_skb() and build message directly.
YOSHIFUJI Hideaki / 吉藤英明
1
-59
/
+63
2013-01-21
ndisc: Break down __ndisc_send().
YOSHIFUJI Hideaki / 吉藤英明
1
-24
/
+21
2013-01-21
ndisc: Fill in ICMPv6 checksum and IPv6 header in ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-16
/
+8
2013-01-21
ndisc: Use ndisc_send_skb() for redirect.
YOSHIFUJI Hideaki / 吉藤英明
1
-23
/
+14
2013-01-21
ndisc: Remove icmp6h argument from ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-3
/
+3
2013-01-21
ndisc: Make ndisc_fill_xxx_option() for sk_buff.
YOSHIFUJI Hideaki / 吉藤英明
1
-18
/
+15
2013-01-21
ndisc: Calculate message body length and option length separately.
YOSHIFUJI Hideaki / 吉藤英明
1
-9
/
+11
2013-01-21
ndisc: Reset skb->trasport_headner inside ndisc_alloc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+1
2013-01-21
ndisc: Defer building IPv6 header.
YOSHIFUJI Hideaki / 吉藤英明
1
-11
/
+11
2013-01-21
ndisc: Remove dev argument for ndisc_send_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+5
2013-01-21
ndisc: Set skb->dev and skb->protocol inside ndisc_alloc_skb().
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+6
2013-01-21
ndisc: Simplify arguments for ip6_nd_hdr().
YOSHIFUJI Hideaki / 吉藤英明
1
-8
/
+7
2013-01-21
ipv6: Unshare ip6_nd_hdr() and change return type to void.
YOSHIFUJI Hideaki / 吉藤英明
3
-35
/
+52
2013-01-21
ndisc: Introduce ndisc_alloc_skb() helper.
YOSHIFUJI Hideaki / 吉藤英明
1
-25
/
+27
2013-01-21
ndisc: Introduce ndisc_fill_redirect_hdr_option().
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+15
2013-01-21
ndisc: Use skb_linearize() instead of pskb_may_pull(skb, skb->len).
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-01-21
ndisc: Move ndisc_opt_addr_space() to include/net/ndisc.h.
YOSHIFUJI Hideaki / 吉藤英明
1
-6
/
+1
2013-01-21
ndisc: Reduce number of arguments for ndisc_fill_addr_option().
YOSHIFUJI Hideaki / 吉藤英明
1
-7
/
+6
2013-01-20
ndisc: Make several arguments for ndisc_send_na() boolean.
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+5
2013-01-20
ipv6: Introduce ipv6_addr_is_solict_mult() to check Solicited Node Multicast ...
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+1
2013-01-19
batman-adv: Start new development cycle
Antonio Quartulli
1
-1
/
+1
2013-01-19
batman-adv: update copyright years
Antonio Quartulli
42
-42
/
+42
2013-01-19
batman-adv: postpone sysfs removal when unregistering
Simon Wunderlich
3
-5
/
+57
2013-01-19
batman-adv: rename random32() to prandom_u32()
Akinobu Mita
1
-2
/
+2
2013-01-19
batman-adv: kernel doc for types.h
Marek Lindner
1
-66
/
+395
2013-01-19
batman-adv: rename batadv_claim struct to make clear it is used by bla
Marek Lindner
2
-21
/
+22
2013-01-19
batman-adv: rename batadv_backbone_gw struct to make clear it is used by bla
Marek Lindner
2
-27
/
+29
2013-01-19
batman-adv: rename batadv_recvlist_node struct to make clear it is used by vis
Marek Lindner
2
-4
/
+4
2013-01-19
batman-adv: rename batadv_if_list_entry struct to make clear it is used by vis
Marek Lindner
2
-13
/
+14
2013-01-19
batman-adv: group tt type definitions together
Marek Lindner
1
-25
/
+25
2013-01-19
batman-adv: mark debug_log struct as bat_priv only struct
Marek Lindner
2
-18
/
+20
2013-01-19
batman-adv: align kernel doc properly
Marek Lindner
1
-13
/
+12
2013-01-19
batman-adv: a delayed_work has to be initialised once
Antonio Quartulli
6
-44
/
+32
2013-01-18
ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv
Hannes Frederic Sowa
1
-6
/
+1
2013-01-18
ndisc: Check NS message length before access.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+5
2013-01-18
ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.
YOSHIFUJI Hideaki / 吉藤英明
3
-13
/
+7
2013-01-18
6lowpan: Handle uncompressed IPv6 packets over 6LoWPAN
Alan Ott
1
-9
/
+32
2013-01-18
6lowpan: Refactor packet delivery into a function
Alan Ott
1
-14
/
+24
2013-01-17
ipv6: Complete neighbour entry removal from dst_entry.
YOSHIFUJI Hideaki / 吉藤英明
2
-84
/
+1
2013-01-17
ipv6: Do not depend on rt->n in ip6_finish_output2().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+13
2013-01-17
ipv6: Do not depend on rt->n in ip6_dst_lookup_tail().
YOSHIFUJI Hideaki / 吉藤英明
1
-2
/
+6
2013-01-17
ipv6: Do not depend on rt->n in rt6_probe().
YOSHIFUJI Hideaki / 吉藤英明
1
-10
/
+16
2013-01-17
ipv6: Do not depend on rt->n in rt6_check_neigh().
YOSHIFUJI Hideaki / 吉藤英明
1
-5
/
+9
[next]