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
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-08
skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE
Alexander Duyck
1
-4
/
+0
2013-02-06
net: reset mac header in dev_start_xmit()
Eric Dumazet
1
-0
/
+2
2013-02-06
net: adjust skb_gso_segment() for calling in rx path
Cong Wang
1
-5
/
+16
2013-02-06
netpoll: protect napi_poll and poll_controller during dev_[open|close]
Neil Horman
2
-1
/
+66
2013-02-06
net: core: Remove unnecessary alloc/OOM messages
Joe Perches
2
-12
/
+6
2013-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+7
2013-02-04
net: remove redundant check for timer pending state before del_timer
Ying Xue
1
-1
/
+1
2013-02-04
netns: fdb: allow unprivileged users to add/del fdb entries
Gao feng
1
-6
/
+0
2013-02-03
net: Fix inner_network_header assignment in skb-copy.
Pravin B Shelar
1
-1
/
+1
2013-01-29
net: disallow drivers with buggy VLAN accel to register_netdevice()
Michał Mirosław
1
-0
/
+8
2013-01-29
pktgen: correctly handle failures when adding a device
Cong Wang
1
-3
/
+6
2013-01-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2013-01-29
pktgen: support net namespace
Cong Wang
1
-79
/
+117
2013-01-28
net neigh: Optimize neighbor entry size calculation.
YOSHIFUJI Hideaki / 吉藤英明
1
-9
/
+7
2013-01-28
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
1
-4
/
+10
2013-01-28
netpoll: use the net namespace of current process instead of init_net
Cong Wang
1
-2
/
+4
2013-01-28
netpoll: use ipv6_addr_equal() to compare ipv6 addr
Cong Wang
1
-3
/
+3
2013-01-28
net: fix possible wrong checksum generation
Eric Dumazet
2
-0
/
+13
2013-01-23
soreuseport: infrastructure
Tom Herbert
1
-0
/
+7
2013-01-22
netpoll: fix an uninitialized variable
Cong Wang
1
-0
/
+1
2013-01-22
net: Use IS_ERR_OR_NULL().
YOSHIFUJI Hideaki / 吉藤英明
1
-1
/
+1
2013-01-22
neigh: Keep neighbour cache entries if number of them is small enough.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+4
2013-01-22
net: net_cls: fd passed in SCM_RIGHTS datagram not set correctly
Daniel Wagner
1
-1
/
+4
2013-01-21
net: move rx and tx hash functions to net/core/flow_dissector.c
Cong Wang
2
-175
/
+173
2013-01-20
net: splice: fix __splice_segment()
Eric Dumazet
1
-13
/
+15
2013-01-20
net: splice: avoid high order page splitting
Eric Dumazet
1
-29
/
+9
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
2
-2
/
+8
2013-01-14
tcp: fix a panic on UP machines in reqsk_fastopen_remove
Eric Dumazet
1
-2
/
+0
2013-01-11
net: splice: fix __splice_segment()
Eric Dumazet
1
-13
/
+15
2013-01-11
net, wireless: overwrite default_ethtool_ops
Stanislaw Gruszka
1
-0
/
+8
2013-01-11
net: Export __netdev_pick_tx so that it can be used in modules
Alexander Duyck
1
-0
/
+1
2013-01-10
net: Add support for XPS without sysfs being defined
Alexander Duyck
2
-20
/
+20
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
2013-01-10
net: Add functions netif_reset_xps_queue and netif_set_xps_queue
Alexander Duyck
2
-143
/
+160
2013-01-10
net: Split core bits of netdev_pick_tx into __netdev_pick_tx
Alexander Duyck
1
-25
/
+32
2013-01-10
net_sched: more precise pkt_len computation
Eric Dumazet
1
-1
/
+21
2013-01-08
net: init perm_addr in register_netdevice()
Jiri Pirko
1
-0
/
+7
2013-01-08
netpoll: add IPv6 support
Cong Wang
1
-10
/
+236
2013-01-08
netpoll: prepare for ipv6
Cong Wang
1
-178
/
+224
2013-01-08
net: introduce skb_transport_header_was_set()
Eric Dumazet
2
-1
/
+4
2013-01-07
ethtool: consolidate work with ethtool_ops
Jiri Pirko
1
-24
/
+21
2013-01-06
net: splice: avoid high order page splitting
Eric Dumazet
1
-29
/
+9
2013-01-06
ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on create
Jiri Pirko
1
-1
/
+3
2013-01-04
net: remove no longer used netdev_set_bond_master() and netdev_set_master()
Jiri Pirko
1
-63
/
+0
2013-01-04
bonding: remove usage of dev->master
Jiri Pirko
1
-0
/
+1
[next]