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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gre: Add support for checksum unnecessary conversions
Tom Herbert
2014-09-01
2
-2
/
+10
*
udp: Add support for doing checksum unnecessary conversion
Tom Herbert
2014-09-01
4
-15
/
+42
*
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-01
1
-1
/
+1
*
net: dsa: make dsa_pack_type static
Florian Fainelli
2014-09-01
1
-1
/
+1
*
tcp: whitespace fixes
stephen hemminger
2014-09-01
15
-123
/
+104
*
pktgen: add flag NO_TIMESTAMP to disable timestamping
Jesper Dangaard Brouer
2014-09-01
1
-3
/
+16
*
tipc: add name distributor resiliency queue
Erik Hugne
2014-09-01
5
-7
/
+79
*
tipc: refactor name table updates out of named packet receive routine
Erik Hugne
2014-09-01
1
-36
/
+38
*
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
2
-66
/
+15
*
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
2014-09-01
2
-6
/
+5
*
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
6
-6
/
+7
*
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
5
-17
/
+7
*
sctp: Change sctp to implement csum_levels
Tom Herbert
2014-08-29
1
-2
/
+6
*
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-29
3
-15
/
+21
*
net: Clarification of CHECKSUM_UNNECESSARY
Tom Herbert
2014-08-29
1
-1
/
+0
*
tipc: fix a potential oops
Ying Xue
2014-08-29
1
-2
/
+2
*
net: add skb_get_tx_queue() helper
Daniel Borkmann
2014-08-29
4
-9
/
+7
*
net: dsa: add Broadcom SF2 switch driver
Florian Fainelli
2014-08-27
1
-0
/
+1
*
net: dsa: add Broadcom tag RX/TX handler
Florian Fainelli
2014-08-27
5
-0
/
+185
*
net: dsa: allow updating fixed PHY link information
Florian Fainelli
2014-08-27
1
-0
/
+17
*
net: dsa: allow drivers to do link adjustment
Florian Fainelli
2014-08-27
1
-0
/
+4
*
net: dsa: allow switches to work without tagging
Florian Fainelli
2014-08-27
1
-1
/
+18
*
net: dsa: allow for more complex PHY setups
Florian Fainelli
2014-08-27
3
-3
/
+82
*
net: dsa: retain a per-port device_node pointer
Florian Fainelli
2014-08-27
2
-0
/
+3
*
net: dsa: provide a switch device device tree node pointer
Florian Fainelli
2014-08-27
1
-0
/
+1
*
net: dsa: reduce number of protocol hooks
Florian Fainelli
2014-08-27
7
-72
/
+52
*
tcp: syncookies: mark cookie_secret read_mostly
Florian Westphal
2014-08-27
2
-2
/
+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
6
-13
/
+7
*
ipv6: White-space cleansing : gaps between function and symbol export
Ian Morris
2014-08-24
11
-23
/
+0
*
ipv6: White-space cleansing : Structure layouts
Ian Morris
2014-08-24
5
-21
/
+13
*
ipv6: White-space cleansing : Line Layouts
Ian Morris
2014-08-24
31
-203
/
+203
*
gre: When GRE csum is present count as encap layer wrt csum
Tom Herbert
2014-08-24
1
-0
/
+1
*
udp: additional GRO support
Tom Herbert
2014-08-24
3
-17
/
+78
*
tcp: Call skb_gro_checksum_validate
Tom Herbert
2014-08-24
2
-47
/
+6
*
gre: call skb_gro_checksum_simple_validate
Tom Herbert
2014-08-24
1
-36
/
+7
*
net: skb_gro_checksum_* functions
Tom Herbert
2014-08-24
1
-1
/
+33
*
net: use reciprocal_scale() helper
Daniel Borkmann
2014-08-23
14
-22
/
+24
*
net: Allow raw buffers to be passed into the flow dissector.
David S. Miller
2014-08-23
1
-14
/
+26
*
tipc: merge struct tipc_port into struct tipc_sock
Jon Paul Maloy
2014-08-23
2
-241
/
+206
*
tipc: remove files ref.h and ref.c
Jon Paul Maloy
2014-08-23
6
-334
/
+250
*
tipc: remove include file port.h
Jon Paul Maloy
2014-08-23
9
-193
/
+121
*
tipc: remove source file port.c
Jon Paul Maloy
2014-08-23
3
-130
/
+97
*
tipc: remove port_lock
Jon Paul Maloy
2014-08-23
4
-149
/
+108
[next]