index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-04-02
15
-1177
/
+1813
|
\
|
*
netpoll: Use skb_irq_freeable to make zap_completion_queue safe.
Eric W. Biederman
2014-04-01
1
-1
/
+1
|
*
net: ptp: move PTP classifier in its own file
Daniel Borkmann
2014-04-01
3
-18
/
+142
|
*
net: filter: minor: fix kdoc in __sk_run_filter
Daniel Borkmann
2014-04-01
1
-2
/
+2
|
*
net-gro: restore frag0 optimization
Eric Dumazet
2014-03-31
1
-32
/
+64
|
*
net-sysfs: expose number of carrier on/off changes
david decotigny
2014-03-31
2
-1
/
+16
|
*
net: Allow modules to use is_skb_forwardable
Vlad Yasevich
2014-03-31
1
-2
/
+2
|
*
net: filter: rework/optimize internal BPF interpreter's instruction set
Alexei Starovoitov
2014-03-31
1
-300
/
+1157
|
*
net: ptp: do not reimplement PTP/BPF classifier
Daniel Borkmann
2014-03-31
1
-1
/
+7
|
*
net: ptp: use sk_unattached_filter_create() for BPF
Daniel Borkmann
2014-03-31
1
-7
/
+14
|
*
net: filter: move filter accounting to filter core
Daniel Borkmann
2014-03-31
1
-2
/
+25
|
*
net: filter: keep original BPF program around
Daniel Borkmann
2014-03-31
2
-29
/
+80
|
*
net: filter: add jited flag to indicate jit compiled filters
Daniel Borkmann
2014-03-31
1
-0
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-29
2
-12
/
+31
|
|
\
|
*
|
netpoll: Respect NETIF_F_LLTX
Eric W. Biederman
2014-03-29
1
-5
/
+5
|
*
|
netpoll: Remove strong unnecessary assumptions about skbs
Eric W. Biederman
2014-03-29
1
-2
/
+2
|
*
|
netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable
Eric W. Biederman
2014-03-29
2
-8
/
+8
|
*
|
netpoll: Move rx enable/disable into __dev_close_many
Eric W. Biederman
2014-03-29
1
-9
/
+4
|
*
|
netpoll: Only call ndo_start_xmit from a single place
Eric W. Biederman
2014-03-29
1
-25
/
+36
|
*
|
netpoll: Remove gfp parameter from __netpoll_setup
Eric W. Biederman
2014-03-29
1
-4
/
+4
|
*
|
net: net: add a core netdev->tx_dropped counter
Eric Dumazet
2014-03-28
1
-0
/
+2
|
*
|
net/core: Use RCU_INIT_POINTER(x, NULL) in netpoll.c
Monam Agarwal
2014-03-27
1
-1
/
+1
|
*
|
net: Rename skb->rxhash to skb->hash
Tom Herbert
2014-03-26
3
-12
/
+13
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-25
1
-4
/
+6
|
|
\
\
|
*
|
|
netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)
Eric W. Biederman
2014-03-17
2
-529
/
+2
|
*
|
|
netpoll: Move all receive processing under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
1
-17
/
+64
|
*
|
|
netpoll: Consolidate neigh_tx processing in service_neigh_queue
Eric W. Biederman
2014-03-17
1
-22
/
+16
|
*
|
|
netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAP
Eric W. Biederman
2014-03-17
1
-5
/
+9
|
*
|
|
netpoll: Don't drop all received packets.
Eric W. Biederman
2014-03-17
1
-11
/
+6
|
*
|
|
netpoll: Add netpoll_rx_processing
Eric W. Biederman
2014-03-17
1
-2
/
+2
|
*
|
|
netpoll: Warn if more packets are processed than are budgeted
Eric W. Biederman
2014-03-17
1
-0
/
+1
|
*
|
|
netpoll: Visit all napi handlers in poll_napi
Eric W. Biederman
2014-03-17
1
-3
/
+0
|
*
|
|
netpoll: Pass budget into poll_napi
Eric W. Biederman
2014-03-17
1
-3
/
+3
|
*
|
|
netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_dev
Eric W. Biederman
2014-03-17
1
-8
/
+8
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-14
2
-47
/
+58
|
|
\
\
\
|
*
|
|
|
consolidate duplicate code is skb_checksum_setup() helpers
Jan Beulich
2014-03-13
1
-90
/
+50
|
*
|
|
|
flowcache: Fix resource leaks on namespace exit.
Steffen Klassert
2014-03-12
1
-0
/
+19
|
*
|
|
|
net: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
2
-12
/
+12
|
*
|
|
|
flowcache: restore a single flow_cache kmem_cache
Eric Dumazet
2014-03-10
1
-6
/
+8
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-03-05
2
-7
/
+4
|
|
\
\
\
\
|
*
|
|
|
|
neigh: directly goto out after setting nud_state to NUD_FAILED
Duan Jiong
2014-02-27
1
-0
/
+1
|
*
|
|
|
|
neigh: probe application via netlink in NUD_PROBE
Timo Teräs
2014-02-26
1
-4
/
+4
|
*
|
|
|
|
net: Add sysfs file for port number
Amir Vadai
2014-02-26
1
-0
/
+2
|
*
|
|
|
|
pktgen: document all supported flags
Mathias Krause
2014-02-24
1
-1
/
+7
|
*
|
|
|
|
pktgen: simplify error handling in pgctrl_write()
Mathias Krause
2014-02-24
1
-13
/
+6
|
*
|
|
|
|
pktgen: fix out-of-bounds access in pgctrl_write()
Mathias Krause
2014-02-24
1
-1
/
+4
|
*
|
|
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2014-02-24
2
-70
/
+83
|
|
\
\
\
\
\
|
|
*
|
|
|
|
flowcache: Make flow cache name space aware
Fan Du
2014-02-12
1
-70
/
+57
|
|
*
|
|
|
|
skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new end
Fan Du
2014-02-12
1
-0
/
+26
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-02-19
3
-33
/
+28
|
|
\
\
\
\
\
\
[next]