index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bonding: Fix bonding crash
Mahesh Bandewar
2016-09-04
1
-0
/
+16
*
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
2016-08-13
1
-7
/
+3
*
Merge branch 'salted-string-hash'
Linus Torvalds
2016-07-28
1
-1
/
+1
|
\
|
*
vfs: make the string hashes salt the hash
Linus Torvalds
2016-06-10
1
-1
/
+1
*
|
net: add ndo to setup/query xdp prog in adapter rx
Brenden Blanco
2016-07-19
1
-0
/
+33
*
|
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
2016-07-09
1
-2
/
+2
*
|
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
2016-07-05
1
-0
/
+44
*
|
mlxsw: spectrum: Add couple of lower device helper functions
Jiri Pirko
2016-07-04
1
-0
/
+46
*
|
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
2016-06-25
1
-2
/
+5
*
|
net: the space is required after ','
Wei Tang
2016-06-16
1
-6
/
+6
*
|
net: do not initialise statics to 0
Wei Tang
2016-06-16
1
-1
/
+1
*
|
bpf: enforce recursion limit on redirects
Daniel Borkmann
2016-06-10
1
-4
/
+2
*
|
net: Reduce queue allocation to one in kdump kernel
Hariprasad Shenai
2016-06-08
1
-1
/
+3
*
|
net_sched: transform qdisc running bit into a seqcount
Eric Dumazet
2016-06-07
1
-1
/
+1
*
|
net: get rid of spin_trylock() in net_tx_action()
Eric Dumazet
2016-06-07
1
-17
/
+9
|
/
*
net: also make sch_handle_egress() drop monitor ready
Daniel Borkmann
2016-05-16
1
-3
/
+3
*
net: l3mdev: Add hook in ip and ipv6
David Ahern
2016-05-11
1
-1
/
+2
*
net: make sch_handle_ingress() drop monitor ready
Eric Dumazet
2016-05-08
1
-1
/
+3
*
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
Alexander Duyck
2016-05-04
1
-0
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-05-04
1
-1
/
+1
|
\
|
*
net: Disable segmentation if checksumming is not supported
Alexander Duyck
2016-05-03
1
-1
/
+1
*
|
net: constify is_skb_forwardable's arguments
Nikolay Aleksandrov
2016-04-29
1
-1
/
+1
*
|
tuntap: calculate rps hash only when needed
Jason Wang
2016-04-28
1
-0
/
+1
*
|
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
2016-04-27
1
-2
/
+2
*
|
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
2016-04-21
1
-0
/
+11
*
|
net: validate_xmit_skb() changes
Eric Dumazet
2016-04-14
1
-5
/
+2
*
|
GSO: Support partial segmentation offload
Alexander Duyck
2016-04-14
1
-3
/
+33
*
|
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
Alexander Duyck
2016-04-14
1
-0
/
+1
*
|
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
2016-04-14
1
-5
/
+29
*
|
net: remove netdevice gso_min_segs
Eric Dumazet
2016-04-14
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-04-09
1
-0
/
+1
|
\
|
|
*
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
2016-04-07
1
-0
/
+1
*
|
net/core/dev: Warn on a too-short GRO frame
Aaron Conole
2016-04-05
1
-0
/
+2
|
/
*
net: add description for len argument of dev_get_phys_port_name
Luis de Bethencourt
2016-03-21
1
-0
/
+1
*
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
2016-03-20
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-3
/
+5
|
\
|
*
net: make netdev_for_each_lower_dev safe for device removal
Nikolay Aleksandrov
2016-02-19
1
-2
/
+2
|
*
IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
Phil Sutter
2016-02-18
1
-1
/
+3
*
|
net: bulk free SKBs that were delay free'ed due to IRQ context
Jesper Dangaard Brouer
2016-02-11
1
-1
/
+7
*
|
net: bulk free infrastructure for NAPI context, use napi_consume_skb
Jesper Dangaard Brouer
2016-02-11
1
-0
/
+1
*
|
net: add rx_nohandler stat counter
Jarod Wilson
2016-02-06
1
-1
/
+5
*
|
net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64
Jarod Wilson
2016-02-06
1
-6
/
+13
|
/
*
gro: Make GRO aware of lightweight tunnels.
Jesse Gross
2016-01-20
1
-2
/
+5
*
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
2016-01-15
1
-0
/
+5
*
net, sched: add clsact qdisc
Daniel Borkmann
2016-01-10
1
-8
/
+74
*
net: Add driver helper functions to determine checksum offloadability
Tom Herbert
2015-12-15
1
-0
/
+136
*
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
2015-12-15
1
-6
/
+6
*
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
2015-12-15
1
-5
/
+5
*
net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
Tejun Heo
2015-12-08
1
-1
/
+2
*
net: constify netif_is_* helpers net_device param
Jiri Pirko
2015-12-05
1
-1
/
+1
[next]