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
...
|
*
|
|
|
net: bpf: be friendly to kmemcheck
Daniel Borkmann
2014-09-09
1
-1
/
+1
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-07
6
-27
/
+94
|
|
\
\
\
\
|
*
|
|
|
|
net: Add function for parsing the header length out of linear ethernet frames
Alexander Duyck
2014-09-05
2
-15
/
+33
|
*
|
|
|
|
net: merge cases where sock_efree and sock_edemux are the same function
Alexander Duyck
2014-09-05
1
-2
/
+2
|
*
|
|
|
|
net-timestamp: Make the clone operation stand-alone from phy timestamping
Alexander Duyck
2014-09-05
3
-18
/
+34
|
*
|
|
|
|
net-timestamp: Merge shared code between phy and regular timestamping
Alexander Duyck
2014-09-05
2
-52
/
+42
|
*
|
|
|
|
ethtool: Add generic options for tunables
Govindarajulu Varadarajan
2014-09-05
1
-0
/
+81
|
*
|
|
|
|
dev_ioctl: remove dev_load() CAP_SYS_MODULE message
Daniel Borkmann
2014-09-05
1
-5
/
+2
|
*
|
|
|
|
net: bpf: make eBPF interpreter images read-only
Daniel Borkmann
2014-09-05
1
-3
/
+3
|
*
|
|
|
|
qdisc: validate frames going through the direct_xmit path
Jesper Dangaard Brouer
2014-09-03
1
-2
/
+8
|
*
|
|
|
|
rtnl/do_setlink(): notify when a netdev is modified
Nicolas Dichtel
2014-09-02
1
-14
/
+21
|
*
|
|
|
|
rtnl/do_setlink(): last arg is now a set of flags
Nicolas Dichtel
2014-09-02
1
-21
/
+22
|
*
|
|
|
|
rtnl/do_setlink(): set modified when IFLA_LINKMODE is updated
Nicolas Dichtel
2014-09-02
1
-1
/
+5
|
*
|
|
|
|
rtnl/do_setlink(): set modified when IFLA_TXQLEN is updated
Nicolas Dichtel
2014-09-02
1
-2
/
+8
|
*
|
|
|
|
sock: deduplicate errqueue dequeue
Willem de Bruijn
2014-09-01
2
-12
/
+22
|
*
|
|
|
|
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-01
1
-1
/
+1
|
*
|
|
|
|
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
2014-09-01
1
-3
/
+16
|
*
|
|
|
|
net: xmit_list() becomes dev_hard_start_xmit().
David S. Miller
2014-09-01
1
-13
/
+2
|
*
|
|
|
|
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
2014-09-01
1
-65
/
+14
|
*
|
|
|
|
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
2014-09-01
1
-5
/
+1
|
*
|
|
|
|
net: Separate out SKB validation logic from transmit path.
David S. Miller
2014-09-01
1
-54
/
+71
|
*
|
|
|
|
net: Have xmit_list() signal more==true when appropriate.
David S. Miller
2014-09-01
1
-4
/
+4
|
*
|
|
|
|
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
2014-09-01
3
-3
/
+3
|
*
|
|
|
|
net: Move main gso loop out of dev_hard_start_xmit() into helper.
David S. Miller
2014-09-01
1
-19
/
+29
|
*
|
|
|
|
net: Create xmit_one() helper for dev_hard_start_xmit()
David S. Miller
2014-09-01
1
-16
/
+19
|
*
|
|
|
|
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
2014-09-01
3
-10
/
+4
|
*
|
|
|
|
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-29
1
-8
/
+16
|
*
|
|
|
|
net: add skb_get_tx_queue() helper
Daniel Borkmann
2014-08-29
2
-4
/
+2
|
*
|
|
|
|
net: make skb an optional parameter for__skb_flow_dissect()
WANG Cong
2014-08-25
1
-3
/
+15
|
*
|
|
|
|
net: fix comments for __skb_flow_get_ports()
WANG Cong
2014-08-25
1
-2
/
+4
|
*
|
|
|
|
net: Add ops->ndo_xmit_flush()
David S. Miller
2014-08-24
3
-8
/
+4
|
*
|
|
|
|
net: skb_gro_checksum_* functions
Tom Herbert
2014-08-24
1
-1
/
+33
|
*
|
|
|
|
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
2
-6
/
+4
|
*
|
|
|
|
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-14
/
+26
|
*
|
|
|
|
net: remove dead code after sk_data_ready change
Eric Dumazet
2014-08-22
1
-8
/
+0
|
*
|
|
|
|
net: use ktime_get_ns() and ktime_get_real_ns() helpers
Eric Dumazet
2014-08-22
1
-3
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
2014-10-07
4
-148
/
+0
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
net_dma: simple removal
Dan Williams
2014-09-28
4
-148
/
+0
*
|
|
|
|
gro: fix aggregation for skb using frag_list
Eric Dumazet
2014-09-29
1
-0
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
net: fix creation adjacent device symlinks
Alexander Y. Fomichev
2014-09-15
1
-7
/
+11
*
|
|
|
net: fix skb_page_frag_refill() kerneldoc
Eric Dumazet
2014-09-08
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
2014-09-05
5
-7
/
+7
*
|
|
net: attempt a single high order allocation
Eric Dumazet
2014-08-29
1
-14
/
+16
*
|
|
net: fix checksum features handling in netif_skb_features()
Michal Kubeček
2014-08-25
1
-5
/
+11
*
|
|
net: prevent of emerging cross-namespace symlinks
Alexander Y. Fomichev
2014-08-25
1
-1
/
+60
|
|
/
|
/
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2014-08-13
3
-2
/
+56
|
\
\
|
*
|
net: Always untag vlan-tagged traffic on input.
Vlad Yasevich
2014-08-11
2
-1
/
+54
|
*
|
rtnetlink: fix VF info size
Jiri Benc
2014-08-08
1
-1
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2014-08-09
1
-4
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2014-07-29
1
-4
/
+6
[prev]
[next]