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-08-31
vxlan: add ipv6 support
Cong Wang
1
-1
/
+1
2013-08-31
ipv6: do not call ndisc_send_rs() with write lock
Cong Wang
1
-3
/
+7
2013-08-31
ipv6: export in6addr_loopback to modules
Cong Wang
2
-9
/
+16
2013-08-31
ipv6: export a stub for IPv6 symbols used by vxlan
Cong Wang
2
-0
/
+14
2013-08-31
ipv6: move ip6_local_out into core kernel
Cong Wang
2
-25
/
+26
2013-08-31
ipv6: move ip6_dst_hoplimit() into core kernel
Cong Wang
2
-19
/
+22
2013-08-31
qdisc: fix build with !CONFIG_NET_SCHED
stephen hemminger
2
-5
/
+4
2013-08-31
qdisc: make args to qdisc_create_default const
stephen hemminger
1
-2
/
+3
2013-08-31
qdisc: allow setting default queuing discipline
stephen hemminger
5
-8
/
+95
2013-08-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
28
-165
/
+423
2013-08-30
net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delay
Daniel Borkmann
1
-1
/
+2
2013-08-30
net: revert 8728c544a9c ("net: dev_pick_tx() fix")
Eric Dumazet
1
-8
/
+3
2013-08-30
Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...
David S. Miller
1
-3
/
+7
2013-08-30
ipv6: Remove redundant sk variable
Thomas Graf
1
-1
/
+0
2013-08-30
ipv4 tunnels: fix an oops when using ipip/sit with IPsec
Li Hongjun
2
-7
/
+4
2013-08-30
tipc: set sk_err correctly when connection fails
Erik Hugne
1
-2
/
+2
2013-08-30
tcp: tcp_make_synack() should use sock_wmalloc
Phil Oester
1
-1
/
+1
2013-08-30
bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 ones
Linus Lüssing
5
-93
/
+240
2013-08-30
tcp: do not use cached RTT for RTT estimation
Yuchung Cheng
1
-33
/
+11
2013-08-30
pkt_sched: fq: prefetch() fix
Eric Dumazet
1
-1
/
+2
2013-08-29
pkt_sched: fq: Fair Queue packet scheduler
Eric Dumazet
3
-0
/
+807
2013-08-29
can: gw: add a per rule limitation of frame hops
Oliver Hartkopp
1
-4
/
+31
2013-08-29
net: packet: use reciprocal_divide in fanout_demux_hash
Daniel Borkmann
1
-1
/
+1
2013-08-29
net: packet: add randomized fanout scheduler
Daniel Borkmann
1
-1
/
+12
2013-08-29
net: add netdev_upper_get_next_dev_rcu(dev, iter)
Veaceslav Falico
1
-0
/
+25
2013-08-29
net: remove search_list from netdev_adjacent
Veaceslav Falico
1
-36
/
+1
2013-08-29
net: add lower_dev_list to net_device and make a full mesh
Veaceslav Falico
1
-27
/
+258
2013-08-29
net: rename netdev_upper to netdev_adjacent
Veaceslav Falico
1
-12
/
+12
2013-08-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
13
-32
/
+72
2013-08-29
ipv6: Don't depend on per socket memory for neighbour discovery messages
Thomas Graf
1
-7
/
+3
2013-08-29
ipv4: sendto/hdrincl: don't use destination address found in header
Chris Clark
1
-1
/
+2
2013-08-29
net: sctp: sctp_verify_init: clean up mandatory checks and add comment
Daniel Borkmann
1
-14
/
+12
2013-08-29
tcp: TSO packets automatic sizing
Eric Dumazet
4
-7
/
+65
2013-08-29
ipv6: drop fragmented ndisc packets by default (RFC 6980)
Hannes Frederic Sowa
2
-0
/
+27
2013-08-29
bridge: inherit slave devices needed_headroom
Florian Fainelli
1
-0
/
+3
2013-08-29
tcp: don't apply tsoffset if rcv_tsecr is zero
Andrew Vagin
1
-3
/
+6
2013-08-29
tcp: initialize rcv_tstamp for restored sockets
Andrew Vagin
1
-0
/
+2
2013-08-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
30
-583
/
+1046
2013-08-28
genl: Hold reference on correct module while netlink-dump.
Pravin B Shelar
1
-9
/
+11
2013-08-28
genl: Fix genl dumpit() locking.
Pravin B Shelar
1
-5
/
+46
2013-08-28
SUNRPC: Fix memory corruption issue on 32-bit highmem systems
Trond Myklebust
1
-3
/
+6
2013-08-28
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
9
-22
/
+27
2013-08-28
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-8
/
+3
2013-08-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
4
-21
/
+48
2013-08-28
batman-adv: send GW_DEL event when the gw client mode is deselected
Antonio Quartulli
3
-0
/
+32
2013-08-28
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2013-08-28
batman-adv: move enum definition at the top of the file
Antonio Quartulli
1
-15
/
+16
2013-08-28
batman-adv: set skb priority according to content
Simon Wunderlich
10
-2
/
+91
2013-08-28
xfrm: Fix potential null pointer dereference in xdst_queue_output
Steffen Klassert
1
-8
/
+1
2013-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...
David S. Miller
10
-542
/
+1291
[prev]
[next]