Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
59c871c5f0540c974db85eaa77f518de26940c1f
/
net
/
core
fcb144b
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
by Monam Agarwal
· 11 years ago
61b905d
net: Rename skb->rxhash to skb->hash
by Tom Herbert
· 11 years ago
04f58c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c27f087
netpoll: fix the skb check in pkt_is_ns
by Li RongQing
· 11 years ago
1c104a6
rtnetlink: fix fdb notification flags
by Nicolas Dichtel
· 11 years ago
9c62a68
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
by Eric W. Biederman
· 11 years ago
e1bd4d3
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
by Eric W. Biederman
· 11 years ago
18b3753
netpoll: Consolidate neigh_tx processing in service_neigh_queue
by Eric W. Biederman
· 11 years ago
ad8d475
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
by Eric W. Biederman
· 11 years ago
b6bacd5
netpoll: Don't drop all received packets.
by Eric W. Biederman
· 11 years ago
ff60763
netpoll: Add netpoll_rx_processing
by Eric W. Biederman
· 11 years ago
e97dc3f
netpoll: Warn if more packets are processed than are budgeted
by Eric W. Biederman
· 11 years ago
eb8143b
netpoll: Visit all napi handlers in poll_napi
by Eric W. Biederman
· 11 years ago
9852fbe
netpoll: Pass budget into poll_napi
by Eric W. Biederman
· 11 years ago
b249b51
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
by Eric W. Biederman
· 11 years ago
85dcce7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f9708b4
consolidate duplicate code is skb_checksum_setup() helpers
by Jan Beulich
· 11 years ago
4a93f50
flowcache: Fix resource leaks on namespace exit.
by Steffen Klassert
· 11 years ago
2b8837a
net: Convert uses of __constant_<foo> to <foo>
by Joe Perches
· 11 years ago
c3f9b01
tcp: tcp_release_cb() should release socket ownership
by Eric Dumazet
· 11 years ago
1fd819e
skbuff: skb_segment: orphan frags before copying
by Michael S. Tsirkin
· 11 years ago
1a4ceda
skbuff: skb_segment: s/fskb/list_skb/
by Michael S. Tsirkin
· 11 years ago
df5771f
skbuff: skb_segment: s/skb/head_skb/
by Michael S. Tsirkin
· 11 years ago
4e1beba
skbuff: skb_segment: s/skb_frag/frag/
by Michael S. Tsirkin
· 11 years ago
8cb1990
skbuff: skb_segment: s/frag/nskb_frag/
by Michael S. Tsirkin
· 11 years ago
d32d9bb
flowcache: restore a single flow_cache kmem_cache
by Eric Dumazet
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
feff9ab
neigh: recompute reachabletime before returning from neigh_periodic_work()
by Duan Jiong
· 11 years ago
5e2c21d
neigh: directly goto out after setting nud_state to NUD_FAILED
by Duan Jiong
· 11 years ago
a960ff8
neigh: probe application via netlink in NUD_PROBE
by Timo Teräs
· 11 years ago
3f85944
net: Add sysfs file for port number
by Amir Vadai
· 11 years ago
72f8e06
pktgen: document all supported flags
by Mathias Krause
· 11 years ago
0945574
pktgen: simplify error handling in pgctrl_write()
by Mathias Krause
· 11 years ago
20b0c71
pktgen: fix out-of-bounds access in pgctrl_write()
by Mathias Krause
· 11 years ago
1f5a740
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
b194c1f
neigh: fix setting of default gc_* values
by Jiri Pirko
· 11 years ago
2e99c07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 11 years ago
1e8d642
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
f7b1260
rtnl: make ifla_policy static
by Jiri Pirko
· 11 years ago
478b360
netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=n
by Florian Westphal
· 11 years ago
b9507bd
netdevice: move netdev_cap_txqueue for shared usage to header
by Daniel Borkmann
· 11 years ago
99932d4
netdevice: add queue selection fallback handler for ndo_select_queue
by Daniel Borkmann
· 11 years ago
ed1acc8
net-sysfs: get_netdev_queue_index() cleanup
by Eric Dumazet
· 11 years ago
2045cea
net: remove unnecessary return's
by stephen hemminger
· 11 years ago
d206940
net: core: introduce netif_skb_dev_features
by Florian Westphal
· 11 years ago
0e0eee2
net: correct error path in rtnl_newlink()
by Cong Wang
· 11 years ago
ca925cf
flowcache: Make flow cache name space aware
by Fan Du
· 11 years ago
25a91d8
skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new end
by Fan Du
· 11 years ago
946c032
net: fix 'ip rule' iif/oif device rename
by Maciej Żenczykowski
· 11 years ago
0a59f3a
net: Mark functions as static in core/dev.c
by Rashika Kheria
· 11 years ago
ed98df3
net: use __GFP_NORETRY for high order allocations
by Eric Dumazet
· 11 years ago
00fe11b
netpoll: fix netconsole IPv6 setup
by Sabrina Dubroca
· 11 years ago
6049f25
rtnetlink: fix oops in rtnl_link_get_slave_info_data_size
by Fernando Luis Vazquez Cao
· 11 years ago
7fceb4d
net: Fix warning on make htmldocs caused by skbuff.c
by Masanari Iida
· 11 years ago
de960aa
net: add and use skb_gso_transport_seglen()
by Florian Westphal
· 11 years ago
4ba9920
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
813f020
rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_info
by Jiri Pirko
· 11 years ago
6ef7b8a
net: Correctly sync addresses from multiple sources to single device
by Vlad Yasevich
· 11 years ago
5ee7a81a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
3bad540
bonding: convert netlink to use slave data info api
by Jiri Pirko
· 11 years ago
ba7d49b
rtnetlink: provide api for getting and setting slave info
by Jiri Pirko
· 11 years ago
df7dbcb
rtnetlink: put "BOND" into nl attribute names which are related to bonding
by Jiri Pirko
· 11 years ago
f618002
net/neighbour: queue work on power efficient wq
by viresh kumar
· 11 years ago
bb1281f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
28a625c
fuse: fix pipe_buf_operations
by Miklos Szeredi
· 11 years ago
9ea08b1
pktgen: Use ether_addr_copy
by Joe Perches
· 11 years ago
c62326a
netpoll: Use ether_addr_copy
by Joe Perches
· 11 years ago
e27a2f8
net: Export gro_find_by_type helpers
by Or Gerlitz
· 11 years ago
b582ef0
net: Add GRO support for UDP encapsulating protocols
by Or Gerlitz
· 11 years ago
f075e0f
Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
by Linus Torvalds
· 11 years ago
f14fe8a
net: remove unnecessary initializations in net_dev_init
by Sabrina Dubroca
· 11 years ago
82ef3d5
net: fix "queues" uevent between network namespaces
by Weilong Chen
· 11 years ago
9d08dd3
net: document accel_priv parameter for __dev_queue_xmit()
by Jason Wang
· 11 years ago
ea02f94
net: introduce SO_BPF_EXTENSIONS
by Michal Sekletar
· 11 years ago
4180442
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
1d3ee88
bonding: add netlink attributes to slave link dev
by sfeldma@cumulusnetworks.com
· 11 years ago
a953be5
net-sysfs: add support for device-specific rx queue sysfs attributes
by Michael Dalton
· 11 years ago
097b4f1
net: allow > 0 order atomic page alloc in skb_page_frag_refill
by Michael Dalton
· 11 years ago
1d486bf
net: add NETDEV_PRECHANGEMTU to notify before mtu change happens
by Veaceslav Falico
· 11 years ago
0b4cec8
net: Check skb->rxhash in gro_receive
by Tom Herbert
· 11 years ago
aee636c
bpf: do not use reciprocal divide
by Eric Dumazet
· 11 years ago
5bb025f
net: rename sysfs symlinks on device name change
by Veaceslav Falico
· 11 years ago
3ee3270
net: add sysfs helpers for netdev_adjacent logic
by Veaceslav Falico
· 11 years ago
3977458
neigh: split lines for NEIGH_VAR_SET so they are not too long
by Jiri Pirko
· 11 years ago
63862b5
net: replace macros net_random and net_srandom with direct calls to prandom
by Aruna-Hewapathirane
· 11 years ago
ae78dbf
net: Add trace events for all receive entry points, exposing more skb fields
by Ben Hutchings
· 11 years ago
d87d04a
net: Add net_dev_start_xmit trace event, exposing more skb fields
by Ben Hutchings
· 11 years ago
2056766
net: Fix indentation in dev_hard_start_xmit()
by Ben Hutchings
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
ed1f50c
net: add skb_checksum_setup
by Paul Durrant
· 11 years ago
aef2b45
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 11 years ago
2315dc9
net: make dev_set_mtu() honor notification return code
by Veaceslav Falico
· 11 years ago
600adc1
net: gro: change GRO overflow strategy
by Eric Dumazet
· 11 years ago
f663dd9
net: core: explicitly select a txq before doing l2 forwarding
by Jason Wang
· 11 years ago
6bae919
{xfrm,pktgen} Fix compiling error when CONFIG_XFRM is not set
by Fan Du
· 11 years ago
bf5a755
net-gre-gro: Add GRE support to the GRO stack
by Jerry Chu
· 11 years ago
cdb3f4a
net: Do not enable tx-nocache-copy by default
by Benjamin Poirier
· 11 years ago
39b6b29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
af2806f
net: Export skb_zerocopy() to zerocopy from one skb to another
by Thomas Graf
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
Next »