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-09-24
bonding: Fix bonding crash
Mahesh Bandewar
1
-0
/
+16
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
2016-04-06
net/core/dev: Warn on a too-short GRO frame
Aaron Conole
1
-0
/
+2
2016-03-21
net: add description for len argument of dev_get_phys_port_name
Luis de Bethencourt
1
-0
/
+1
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
1
-1
/
+1
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2016-02-19
net: make netdev_for_each_lower_dev safe for device removal
Nikolay Aleksandrov
1
-2
/
+2
2016-02-18
IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
Phil Sutter
1
-1
/
+3
2016-02-11
net: bulk free SKBs that were delay free'ed due to IRQ context
Jesper Dangaard Brouer
1
-1
/
+7
2016-02-11
net: bulk free infrastructure for NAPI context, use napi_consume_skb
Jesper Dangaard Brouer
1
-0
/
+1
2016-02-06
net: add rx_nohandler stat counter
Jarod Wilson
1
-1
/
+5
2016-02-06
net/core: relax BUILD_BUG_ON in netdev_stats_to_stats64
Jarod Wilson
1
-6
/
+13
2016-01-21
gro: Make GRO aware of lightweight tunnels.
Jesse Gross
1
-2
/
+5
2016-01-15
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
1
-0
/
+5
2016-01-11
net, sched: add clsact qdisc
Daniel Borkmann
1
-8
/
+74
2015-12-16
net: Add driver helper functions to determine checksum offloadability
Tom Herbert
1
-0
/
+136
2015-12-16
net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM
Tom Herbert
1
-6
/
+6
2015-12-16
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
Tom Herbert
1
-5
/
+5
2015-12-09
net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
Tejun Heo
1
-1
/
+2
2015-12-06
net: constify netif_is_* helpers net_device param
Jiri Pirko
1
-1
/
+1
2015-12-03
net: introduce change lower state notifier
Jiri Pirko
1
-0
/
+20
2015-12-03
net: add possibility to pass information about upper device via notifier
Jiri Pirko
1
-4
/
+7
2015-12-03
net: propagate upper priv via netdev_master_upper_dev_link
Jiri Pirko
1
-12
/
+6
2015-12-03
net: Check CHANGEUPPER notifier return value
Ido Schimmel
1
-2
/
+6
2015-11-21
net: avoid NULL deref in napi_get_frags()
Eric Dumazet
1
-2
/
+4
2015-11-19
net: provide generic busy polling to all NAPI drivers
Eric Dumazet
1
-0
/
+7
2015-11-19
net: napi_hash_del() returns a boolean status
Eric Dumazet
1
-3
/
+7
2015-11-19
net: move napi_hash[] into read mostly section
Eric Dumazet
1
-1
/
+1
2015-11-19
net: add netif_tx_napi_add()
Eric Dumazet
1
-1
/
+2
2015-11-19
net: move skb_mark_napi_id() into core networking stack
Eric Dumazet
1
-0
/
+2
2015-11-19
net: network drivers no longer need to implement ndo_busy_poll()
Eric Dumazet
1
-5
/
+20
2015-11-19
net: allow BH servicing in sk_busy_loop()
Eric Dumazet
1
-11
/
+7
2015-11-19
net: un-inline sk_busy_loop()
Eric Dumazet
1
-2
/
+48
2015-11-19
net: better skb->sender_cpu and skb->napi_id cohabitation
Eric Dumazet
1
-17
/
+16
[next]