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
2014-01-15
net: move 6lowpan compression code to separate module
Dmitry Eremin-Solenikov
4
-2
/
+11
2014-01-15
net: rename sysfs symlinks on device name change
Veaceslav Falico
1
-0
/
+22
2014-01-15
net: add sysfs helpers for netdev_adjacent logic
Veaceslav Falico
1
-27
/
+30
2014-01-15
neigh: split lines for NEIGH_VAR_SET so they are not too long
Jiri Pirko
1
-3
/
+6
2014-01-14
tcp: do not export tcp_gso_segment() and tcp_gro_receive()
Eric Dumazet
1
-2
/
+0
2014-01-14
net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-65
/
+37
2014-01-14
can: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-10
/
+5
2014-01-14
caif: __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-2
/
+1
2014-01-14
batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-3
/
+1
2014-01-14
decnet: use __dev_get_by_index instead of dev_get_by_index to find interface
Ying Xue
1
-8
/
+2
2014-01-14
dcb: use __dev_get_by_name instead of dev_get_by_name to find interface
Ying Xue
1
-10
/
+5
2014-01-14
IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6
FX Le Bail
2
-3
/
+3
2014-01-14
sctp: remove a redundant NULL check
Dan Carpenter
1
-1
/
+1
2014-01-14
tipc: spelling fixes
stephen hemminger
3
-3
/
+3
2014-01-14
ipv6: addrconf spelling fixes
stephen hemminger
1
-5
/
+5
2014-01-14
net: Spelling s/transmition/transmission/
Geert Uytterhoeven
1
-1
/
+1
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
27
-46
/
+48
2014-01-14
ipv6: copy traffic class from ping request to reply
Hannes Frederic Sowa
1
-1
/
+4
2014-01-14
ipv4: register igmp_notifier even when !CONFIG_PROC_FS
WANG Cong
2
-4
/
+8
2014-01-14
net: Add trace events for all receive entry points, exposing more skb fields
Ben Hutchings
1
-39
/
+61
2014-01-14
net: Add net_dev_start_xmit trace event, exposing more skb fields
Ben Hutchings
1
-0
/
+2
2014-01-14
net: Fix indentation in dev_hard_start_xmit()
Ben Hutchings
1
-2
/
+1
2014-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-39
/
+87
2014-01-14
net: add skb_checksum_setup
Paul Durrant
1
-0
/
+273
2014-01-13
bridge: move br_net_exit() to br.c
WANG Cong
3
-19
/
+18
2014-01-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
6
-48
/
+122
2014-01-13
inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait sockets
Neal Cardwell
1
-1
/
+4
2014-01-13
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
David S. Miller
42
-763
/
+1648
2014-01-13
net: make dev_set_mtu() honor notification return code
Veaceslav Falico
1
-9
/
+25
2014-01-13
sctp: make sctp_addto_chunk_fixed local
stephen hemminger
1
-2
/
+4
2014-01-13
l2tp: make local functions static
stephen hemminger
2
-6
/
+2
2014-01-13
gre_offload: simplify GRE header length calculation in gre_gso_segment()
Neal Cardwell
1
-10
/
+6
2014-01-13
net_sched: act: remove struct tcf_act_hdr
WANG Cong
1
-8
/
+8
2014-01-13
net_sched: avoid casting void pointer
WANG Cong
5
-26
/
+23
2014-01-13
net_sched: optimize tcf_match_indev()
WANG Cong
2
-14
/
+24
2014-01-13
net_sched: add struct net pointer to tcf_proto_ops->dump
WANG Cong
10
-14
/
+15
2014-01-13
net_sched: act: clean up notification functions
WANG Cong
1
-55
/
+40
2014-01-13
net_sched: act: move idx_gen into struct tcf_hashinfo
WANG Cong
10
-23
/
+14
2014-01-13
net: gro: change GRO overflow strategy
Eric Dumazet
1
-2
/
+15
2014-01-13
gre_offload: fix sparse non static symbol warning
Wei Yongjun
1
-1
/
+1
2014-01-13
ipv4: introduce hardened ip_no_pmtu_disc mode
Hannes Frederic Sowa
4
-4
/
+27
2014-01-13
ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it
Hannes Frederic Sowa
1
-1
/
+22
2014-01-13
ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...
Hannes Frederic Sowa
4
-8
/
+17
2014-01-13
HHF qdisc: fix jiffies-time conversion.
Terry Lam
1
-6
/
+6
2014-01-12
batman-adv: drop dependency against CRC16
Antonio Quartulli
1
-1
/
+0
2014-01-12
batman-adv: Start new development cycle
Simon Wunderlich
1
-1
/
+1
2014-01-12
batman-adv: update copyright years for 2014
Simon Wunderlich
41
-41
/
+41
2014-01-12
batman-adv: add build checks for packet sizes
Simon Wunderlich
1
-7
/
+17
2014-01-12
batman-adv: remove returns at the end of void functions
Antonio Quartulli
1
-7
/
+0
2014-01-12
batman-adv: add debugfs support to view multiif tables
Simon Wunderlich
5
-7
/
+73
[next]