Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
5be5515a8ea198de6eb204a0ff25faf98b8ff719
/
net
/
core
/
dev.c
5be5515
net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method
by Julio Faracco
· 5 years ago
174e238
sk_buff: drop all skb extensions on free and skb scrubbing
by Florian Westphal
· 5 years ago
1bab8d4
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
d518d2e
net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
by Paolo Abeni
· 5 years ago
aa2eaa8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
10cc514
net: Fix null de-reference of device refcount
by Subash Abhinov Kasiviswanathan
· 5 years ago
c14a9f6
net: Don't call XDP_SETUP_PROG when nothing is changed
by Maxim Mikityanskiy
· 5 years ago
323ebb6
net: use listified RX for handling GRO_NORMAL skbs
by Edward Cree
· 5 years ago
13dfb3f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
065af35
net: fix bpf_xdp_adjust_head regression for generic-XDP
by Jesper Dangaard Brouer
· 5 years ago
b54c9d5
net: Use skb_frag_off accessors
by Jonathan Lemon
· 5 years ago
55b40db
net: fix ifindex collision during namespace removal
by Jiri Pirko
· 5 years ago
6413139
skbuff: increase verbosity when dumping skb data
by Willem de Bruijn
· 6 years ago
720f22f
net: sched: refactor reinsert action
by John Hurley
· 6 years ago
36b2f61
net: handle 802.1P vlan 0 packets properly
by Govindarajulu Varadarajan
· 6 years ago
1e1d926
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
fdf7142
net: fix indirect calls helpers for ptype list hooks.
by Paolo Abeni
· 6 years ago
2f4c533
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
a4270d6
net-gro: fix use-after-free read in napi_gro_frags()
by Eric Dumazet
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
458bf2f
net: core: support XDP generic on stacked devices.
by Stephen Hemminger
· 6 years ago
d7c04b0
net: avoid weird emergency message
by Eric Dumazet
· 6 years ago
f5737cb
net: use indirect calls helpers for ptype hook
by Paolo Abeni
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
8065a77
failover: allow name change on IFF_UP slave interfaces
by Si-Wei Liu
· 6 years ago
f83f715
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
7e1146e
net: devlink: introduce devlink_compat_switch_id_get() helper
by Jiri Pirko
· 6 years ago
a0640e6
net: Remove inclusion of pci.h
by Yuval Shaia
· 6 years ago
97cdcf3
net: place xmit recursion in softnet data
by Florian Westphal
· 6 years ago
9a5a90d
net: core: netif_receive_skb_list: unlist skb before passing to pt->func
by Alexander Lobakin
· 6 years ago
af3836d
net: devlink: introduce devlink_compat_phys_port_name_get()
by Jiri Pirko
· 6 years ago
dc05360
net: convert rps_needed and rfs_needed to new static branch api
by Eric Dumazet
· 6 years ago
ba27b4c
net: dev: introduce support for sch BYPASS for lockless qdisc
by Paolo Abeni
· 6 years ago
a350ecc
net: remove 'fallback' argument from dev->ndo_select_queue()
by Paolo Abeni
· 6 years ago
b71b583
packet: rework packet_pick_tx_queue() to use common code selection
by Paolo Abeni
· 6 years ago
4bd97d5
net: dev: rename queue selection helpers.
by Paolo Abeni
· 6 years ago
b589967
net: dev: add generic protodown handler
by Andy Roulin
· 6 years ago
a0dce87
net: Skip GSO length estimation if transport header is not set
by Maxim Mikityanskiy
· 6 years ago
375ca54
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
3b89ea9
net: Fix for_each_netdev_feature on Big endian
by Hauke Mehrtens
· 6 years ago
e90b1fd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
d6abc596
net: Introduce ndo_get_port_parent_id()
by Florian Fainelli
· 6 years ago
9ee963d
net: xdp: allow generic and driver XDP on one interface
by Jakub Kicinski
· 6 years ago
01dde20
xdp: Provide extack messages when prog attachment failed
by Maciej Fijalkowski
· 6 years ago
35edfdc
net: set default network namespace in init_dummy_netdev()
by Josh Elsasser
· 6 years ago
e9666d1
jump_label: move 'asm goto' support test to Kconfig
by Masahiro Yamada
· 6 years ago
aaa5d90
net: use indirect call wrappers at GRO network layer
by Paolo Abeni
· 6 years ago
d59cdf9
net: dev: Issue NETDEV_PRE_CHANGEADDR
by Petr Machata
· 6 years ago
1570415
net: dev: Add NETDEV_PRE_CHANGEADDR
by Petr Machata
· 6 years ago
3a37a96
net: dev: Add extack argument to dev_set_mac_address()
by Petr Machata
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
40c900a
net: core: dev: Attach extack to NETDEV_PRE_UP
by Petr Machata
· 6 years ago
2637260
net: core: dev: Add call_netdevice_notifiers_extack()
by Petr Machata
· 6 years ago
6d04032
net: core: dev: Add extack argument to __dev_change_flags()
by Petr Machata
· 6 years ago
567c5e1
net: core: dev: Add extack argument to dev_change_flags()
by Petr Machata
· 6 years ago
00f54e6
net: core: dev: Add extack argument to dev_open()
by Petr Machata
· 6 years ago
22f6bbb
net: use skb_list_del_init() to remove from RX sublists
by Edward Cree
· 6 years ago
bf29e9e
net/core: tidy up an error message
by Qian Cai
· 6 years ago
b0e3f1b
net: Add trace events for all receive exit points
by Geneviève Bastien
· 6 years ago
1464193
net: explain __skb_checksum_complete() with comments
by Cong Wang
· 6 years ago
867d0ad
net: fix XPS static_key accounting
by Sabrina Dubroca
· 6 years ago
f28c020
net: restore call to netdev_queue_numa_node_write when resetting XPS
by Sabrina Dubroca
· 6 years ago
b1bf78b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
42519ed
net-gro: use ffs() to speedup napi_gro_flush()
by Eric Dumazet
· 6 years ago
605108a
net: don't keep lonely packets forever in the gro hash
by Paolo Abeni
· 6 years ago
f2be6d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
33d9a2c
net-gro: reset skb->pkt_type in napi_reuse_skb()
by Eric Dumazet
· 6 years ago
7fe50ac
net: dump more useful information in netdev_rx_csum_fault()
by Cong Wang
· 6 years ago
b1817524
net/core: use __vlan_hwaccel helpers
by Michał Mirosław
· 6 years ago
fe60faa
net: do not abort bulk send on BQL status
by Eric Dumazet
· 6 years ago
ece2371
net: Properly unlink GRO packets on overflow.
by David S. Miller
· 6 years ago
e856795
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
9f9a742
FDDI: defza: Support capturing outgoing SMT traffic
by Maciej W. Rozycki
· 6 years ago
d864991
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
af7d6cc
net: ipv4: update fnhe_pmtu when first hop's MTU changes
by Sabrina Dubroca
· 6 years ago
2972495
net: fix generic XDP to handle if eth header was mangled
by Jesper Dangaard Brouer
· 6 years ago
992cba7
net: Add and use skb_list_del_init().
by David S. Miller
· 6 years ago
a8305bf
net: Add and use skb_mark_not_on_list().
by David S. Miller
· 6 years ago
fa788d9
packet: add sockopt to ignore outgoing packets
by Vincent Whitchurch
· 6 years ago
13ba17b
notifier: Remove notifier header file wherever not used
by Mukesh Ojha
· 6 years ago
4d99f66
net: allow to call netif_reset_xps_queues() under cpus_read_lock
by Andrei Vagin
· 6 years ago
a6bcfc8
net: check extack._msg before print
by Li RongQing
· 6 years ago
89b1698
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
cd11b164
net/tc: introduce TC_ACT_REINSERT.
by Paolo Abeni
· 6 years ago
7a4c53b
net: report invalid mtu value via netlink extack
by Stephen Hemminger
· 6 years ago
7effaf0
net: rollback orig value on failure of dev_qdisc_change_tx_queue_len
by Tariq Toukan
· 6 years ago
7c4ec74
net: Init backlog NAPI's gro_hash.
by David S. Miller
· 6 years ago
ccdb517
net: Fix GRO_HASH_BUCKETS assertion.
by David S. Miller
· 6 years ago
d9f37d0
net: convert gro_count to bitmask
by Li RongQing
· 6 years ago
2aa4a33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
a25717d
xdp: support simultaneous driver and hw XDP attachment
by Jakub Kicinski
· 7 years ago
6b86758
xdp: don't make drivers report attachment mode
by Jakub Kicinski
· 7 years ago
68d2f84
net: gro: properly remove skb from list
by Prashant Bhole
· 7 years ago
e32f55f
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 7 years ago
9af86f93
net: core: fix use-after-free in __netif_receive_skb_list_core
by Edward Cree
· 7 years ago
8c057ef
net: core: fix uses-after-free in list processing
by Edward Cree
· 7 years ago
8ec56fc
net: allow fallback function to pass netdev
by Alexander Duyck
· 7 years ago
4f49dec
net: allow ndo_select_queue to pass netdev
by Alexander Duyck
· 7 years ago
a4ea8a3
net: Add generic ndo_select_queue functions
by Alexander Duyck
· 7 years ago
eadec877
net: Add support for subordinate traffic classes to netdev_pick_tx
by Alexander Duyck
· 7 years ago
Next »