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
2014-12-26
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
1
-9
/
+14
2014-12-26
net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwarding
Jay Vosburgh
1
-0
/
+1
2014-12-24
net: Reset secmark when scrubbing packet
Thomas Graf
1
-0
/
+1
2014-12-24
net: Fix stacked vlan offload features computation
Toshiaki Makita
1
-5
/
+8
2014-12-23
mpls: Fix config check for mpls.
Pravin B Shelar
1
-1
/
+1
2014-12-23
net: Rearrange loop in net_rx_action
Herbert Xu
1
-14
/
+12
2014-12-23
net: Always poll at least one device in net_rx_action
Herbert Xu
1
-4
/
+3
2014-12-23
net: Detect drivers that reschedule NAPI and exhaust budget
Herbert Xu
1
-0
/
+9
2014-12-23
net: Move napi polling code out of net_rx_action
Herbert Xu
1
-44
/
+54
2014-12-23
net: drop the packet when fails to do software segmentation or header check
Jason Wang
1
-1
/
+1
2014-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+5
2014-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-19
/
+20
2014-12-16
net: Disallow providing non zero VLAN ID for NIC drivers FDB add flow
Or Gerlitz
1
-0
/
+5
2014-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-4
/
+20
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
19
-630
/
+985
2014-12-10
net: sock: fix access via invalid file descriptor
Alexei Starovoitov
1
-2
/
+2
2014-12-10
net: introduce helper macro for_each_cmsghdr
Gu Zheng
1
-2
/
+1
2014-12-10
Merge branch 'nsfs' into for-next
Al Viro
1
-19
/
+20
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2014-12-10
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
Alexander Duyck
2
-8
/
+68
2014-12-10
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
Alexander Duyck
1
-40
/
+77
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
1
-119
/
+19
2014-12-09
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-10
/
+10
2014-12-09
rocker: remove swdev mode
Roopa Prabhu
1
-2
/
+8
2014-12-09
net: avoid to call skb_queue_len again
Li RongQing
1
-1
/
+1
2014-12-09
skb_copy_datagram_iovec() can die
Al Viro
1
-84
/
+0
2014-12-09
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
Al Viro
1
-35
/
+19
2014-12-09
dst: no need to take reference on DST_NOCACHE dsts
Hannes Frederic Sowa
1
-24
/
+0
2014-12-09
net: avoid two atomic operations in fast clones
Eric Dumazet
1
-17
/
+18
2014-12-09
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
Mahesh Bandewar
2
-7
/
+30
2014-12-08
ethtool: Support for configurable RSS hash function
Eyal Perry
1
-32
/
+37
2014-12-05
net: sock: allow eBPF programs to be attached to sockets
Alexei Starovoitov
2
-2
/
+108
2014-12-04
bury struct proc_ns in fs/proc
Al Viro
1
-3
/
+1
2014-12-04
copy address of proc_ns_ops into ns_common
Al Viro
1
-2
/
+7
2014-12-04
new helpers: ns_alloc_inum/ns_free_inum
Al Viro
1
-2
/
+2
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
1
-9
/
+3
2014-12-04
netns: switch ->get()/->put()/->install()/->inum() to working with &net->ns
Al Viro
1
-6
/
+10
2014-12-04
common object embedded into various struct ....ns
Al Viro
1
-3
/
+3
2014-12-02
bridge: add brport flags to dflt bridge_getlink
Scott Feldman
1
-1
/
+38
2014-12-02
net-sysfs: expose physical switch id for particular device
Jiri Pirko
1
-0
/
+24
2014-12-02
rtnl: expose physical switch id for particular device
Jiri Pirko
1
-1
/
+25
2014-12-02
net: rename netdev_phys_port_id to more generic name
Jiri Pirko
3
-5
/
+5
2014-12-02
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
Jiri Pirko
1
-7
/
+43
2014-11-29
rtnetlink: release net refcnt on error in do_setlink()
Nicolas Dichtel
1
-0
/
+1
2014-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+18
2014-11-26
bridge: Sanitize IFLA_EXT_MASK for AF_BRIDGE:RTM_GETLINK
Thomas Graf
1
-5
/
+12
2014-11-26
bridge: Validate IFLA_BRIDGE_FLAGS attribute length
Thomas Graf
1
-0
/
+6
2014-11-25
crypto: algif - add and use sock_kzfree_s() instead of memzero_explicit()
Daniel Borkmann
1
-4
/
+20
2014-11-24
switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter()
Al Viro
1
-86
/
+2
2014-11-24
kill zerocopy_sg_from_iovec()
Al Viro
1
-63
/
+2
[next]