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
2012-09-19
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
2
-4
/
+4
2012-09-19
netdev: make address const in device address management
stephen hemminger
1
-19
/
+21
2012-09-19
net: provide a default dev->ethtool_ops
Eric Dumazet
2
-12
/
+4
2012-09-19
net: dev: fix incorrect getting net device's name
Gao feng
1
-8
/
+20
2012-09-19
net: more accurate network taps in transmit path
Eric Dumazet
1
-3
/
+6
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+15
2012-09-13
pktgen: fix crash with vlan and packet size less than 46
Nishank Trivedi
1
-1
/
+1
2012-09-13
netprio_cgroup: Use memcpy instead of the for-loop to copy priomap
Srivatsa S. Bhat
1
-5
/
+4
2012-09-13
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
Srivatsa S. Bhat
1
-32
/
+0
2012-09-10
net: fix net/core/sock.c build error
Randy Dunlap
1
-0
/
+2
2012-09-10
filter: add MOD operation
Eric Dumazet
1
-0
/
+15
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
3
-13
/
+13
2012-09-08
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2
-3
/
+2
2012-09-08
netlink: kill netlink_set_nonroot
Pablo Neira Ayuso
1
-1
/
+1
2012-09-08
net: small bug on rxhash calculation
Chema Gonzalez
1
-5
/
+6
2012-09-07
scm: Don't use struct ucred in NETLINK_CB and struct scm_cookie.
Eric W. Biederman
1
-6
/
+11
2012-09-05
net: add unknown state to sysfs NIC duplex export
Nikolay Aleksandrov
1
-3
/
+15
2012-09-03
net: sock_edemux() should take care of timewait sockets
Eric Dumazet
1
-1
/
+6
2012-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
7
-34
/
+152
2012-08-31
tcp: TCP Fast Open Server - support TFO listeners
Jerry Chu
1
-0
/
+95
2012-08-31
net: fix documentation of skb_needs_linearize().
Rami Rosen
1
-3
/
+1
2012-08-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+1
2012-08-30
netpoll: provide an IP ident in UDP frames
Eric Dumazet
1
-1
/
+2
2012-08-30
net: dev: fix the incorrect hold of net namespace's lo device
Gao feng
1
-0
/
+2
2012-08-30
netfilter: ipv6: add IPv6 NAT support
Patrick McHardy
1
-0
/
+1
2012-08-30
net: core: add function for incremental IPv6 pseudo header checksum updates
Patrick McHardy
1
-0
/
+20
2012-08-29
netpoll: revert 6bdb7fe3104 and fix be_poll() instead
Amerigo Wang
1
-9
/
+1
2012-08-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...
David S. Miller
3
-16
/
+32
2012-08-24
net: Set device operstate at registration time
Ben Hutchings
2
-0
/
+10
2012-08-24
cls_cgroup: Allow classifier cgroups to have their classid reset to 0
Neil Horman
1
-1
/
+1
2012-08-23
net: reinstate rtnl in call_netdevice_notifiers()
Eric Dumazet
2
-4
/
+8
2012-08-22
net: remove delay at device dismantle
Eric Dumazet
4
-17
/
+12
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-59
/
+118
2012-08-20
net/core/dev.c: fix kernel-doc warning
Randy Dunlap
1
-0
/
+1
2012-08-20
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-2
/
+14
2012-08-16
net: netprio: fix cgrp create and write priomap race
John Fastabend
1
-5
/
+3
2012-08-16
net: netprio: fd passed in SCM_RIGHTS datagram not set correctly
John Fastabend
1
-0
/
+4
2012-08-16
net: netprio: fix files lock and remove useless d_path bits
John Fastabend
1
-18
/
+4
2012-08-14
userns: Convert sock_i_uid to return a kuid_t
Eric W. Biederman
1
-3
/
+3
2012-08-14
userns: Convert __dev_set_promiscuity to use kuids in audit logs
Eric W. Biederman
1
-3
/
+4
2012-08-14
userns: Convert net/core/scm.c to use kuids and kgids
Eric W. Biederman
2
-10
/
+25
2012-08-14
netpoll: re-enable irq in poll_napi()
Amerigo Wang
1
-1
/
+9
2012-08-14
netpoll: handle vlan tags in netpoll tx and rx path
Amerigo Wang
1
-0
/
+15
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
1
-14
/
+17
2012-08-14
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
1
-2
/
+1
2012-08-14
netpoll: make __netpoll_cleanup non-block
Amerigo Wang
1
-10
/
+32
2012-08-14
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-4
/
+4
2012-08-14
net: remove netdev_bonding_change()
Amerigo Wang
1
-6
/
+0
2012-08-14
net: move and rename netif_notify_peers()
Amerigo Wang
1
-0
/
+18
2012-08-09
net: Make ifindex generation per-net namespace
Pavel Emelyanov
1
-2
/
+2
[next]