index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-13
bpf: Fix bpf_redirect to an ipip/ip6tnl dev
Martin KaFai Lau
1
-11
/
+6
2016-10-31
net: mangle zero checksum in skb_checksum_help()
Eric Dumazet
1
-1
/
+1
2016-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+9
2016-10-29
packet: on direct_xmit, limit tso and csum to supported devices
Willem de Bruijn
1
-0
/
+1
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-0
/
+1
2016-10-19
net: core: Correctly iterate over lower adjacency list
Ido Schimmel
1
-3
/
+7
2016-10-15
Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2016-10-11
latent_entropy: Mark functions with __latent_entropy
Emese Revfy
1
-2
/
+2
2016-10-04
net: Add netdev all_adj_list refcnt propagation to fix panic
Andrew Collins
1
-31
/
+37
2016-09-26
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-2
/
+17
2016-09-24
netfilter: call nf_hook_ingress with rcu_read_lock
Aaron Conole
1
-1
/
+6
2016-09-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+16
2016-09-11
net: use IS_ENABLED() instead of checking for built-in or module
Javier Martinez Canillas
1
-2
/
+1
2016-09-04
bonding: Fix bonding crash
Mahesh Bandewar
1
-0
/
+16
2016-08-31
net: batch calls to flush_all_backlogs()
Eric Dumazet
1
-20
/
+12
2016-08-26
bridge: switchdev: Add forward mark support for stacked devices
Ido Schimmel
1
-10
/
+0
2016-08-26
net: flush the softnet backlog in process context
Paolo Abeni
1
-22
/
+50
2016-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+3
2016-08-14
net: remove type_check from dev_get_nest_level()
Sabrina Dubroca
1
-7
/
+3
2016-08-11
net: sched: convert qdisc linked list to hashtable
Jiri Kosina
1
-0
/
+3
2016-07-28
Merge branch 'salted-string-hash'
Linus Torvalds
1
-1
/
+1
2016-07-20
net: add ndo to setup/query xdp prog in adapter rx
Brenden Blanco
1
-0
/
+33
2016-07-10
net: tracepoint napi:napi_poll add work and budget
Jesper Dangaard Brouer
1
-2
/
+2
2016-07-05
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
1
-0
/
+44
2016-07-05
mlxsw: spectrum: Add couple of lower device helper functions
Jiri Pirko
1
-0
/
+46
2016-06-25
net_sched: drop packets after root qdisc lock is released
Eric Dumazet
1
-2
/
+5
2016-06-17
net: the space is required after ','
Wei Tang
1
-6
/
+6
2016-06-17
net: do not initialise statics to 0
Wei Tang
1
-1
/
+1
2016-06-11
vfs: make the string hashes salt the hash
Linus Torvalds
1
-1
/
+1
2016-06-11
bpf: enforce recursion limit on redirects
Daniel Borkmann
1
-4
/
+2
2016-06-08
net: Reduce queue allocation to one in kdump kernel
Hariprasad Shenai
1
-1
/
+3
2016-06-08
net_sched: transform qdisc running bit into a seqcount
Eric Dumazet
1
-1
/
+1
2016-06-08
net: get rid of spin_trylock() in net_tx_action()
Eric Dumazet
1
-17
/
+9
2016-05-16
net: also make sch_handle_egress() drop monitor ready
Daniel Borkmann
1
-3
/
+3
2016-05-12
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-1
/
+2
2016-05-09
net: make sch_handle_ingress() drop monitor ready
Eric Dumazet
1
-1
/
+3
2016-05-04
net: Fix netdev_fix_features so that TSO_MANGLEID is only available with TSO
Alexander Duyck
1
-0
/
+4
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-05-03
net: Disable segmentation if checksumming is not supported
Alexander Duyck
1
-1
/
+1
2016-04-29
net: constify is_skb_forwardable's arguments
Nikolay Aleksandrov
1
-1
/
+1
2016-04-28
tuntap: calculate rps hash only when needed
Jason Wang
1
-0
/
+1
2016-04-28
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
1
-2
/
+2
2016-04-21
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
1
-0
/
+11
2016-04-15
net: validate_xmit_skb() changes
Eric Dumazet
1
-5
/
+2
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-3
/
+33
2016-04-14
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
Alexander Duyck
1
-0
/
+1
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
1
-5
/
+29
2016-04-14
net: remove netdevice gso_min_segs
Eric Dumazet
1
-2
/
+1
2016-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
1
-0
/
+1
[next]