summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: add skb_get_tx_queue() helperDaniel Borkmann2014-08-304-9/+7Star
* net: dsa: add Broadcom SF2 switch driverFlorian Fainelli2014-08-281-0/+1
* net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-285-0/+185
* net: dsa: allow updating fixed PHY link informationFlorian Fainelli2014-08-281-0/+17
* net: dsa: allow drivers to do link adjustmentFlorian Fainelli2014-08-281-0/+4
* net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-281-1/+18
* net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-283-3/+82
* net: dsa: retain a per-port device_node pointerFlorian Fainelli2014-08-282-0/+3
* net: dsa: provide a switch device device tree node pointerFlorian Fainelli2014-08-281-0/+1
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-287-72/+52Star
* tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2014-08-282-2/+2
* net: make skb an optional parameter for__skb_flow_dissect()WANG Cong2014-08-261-3/+15
* net: fix comments for __skb_flow_get_ports()WANG Cong2014-08-261-2/+4
* net: Add ops->ndo_xmit_flush()David S. Miller2014-08-256-13/+7Star
* ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-2511-23/+0Star
* ipv6: White-space cleansing : Structure layoutsIan Morris2014-08-255-21/+13Star
* ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-2531-203/+203
* gre: When GRE csum is present count as encap layer wrt csumTom Herbert2014-08-251-0/+1
* udp: additional GRO supportTom Herbert2014-08-253-17/+78
* tcp: Call skb_gro_checksum_validateTom Herbert2014-08-252-47/+6Star
* gre: call skb_gro_checksum_simple_validateTom Herbert2014-08-251-36/+7Star
* net: skb_gro_checksum_* functionsTom Herbert2014-08-251-1/+33
* net: use reciprocal_scale() helperDaniel Borkmann2014-08-2314-22/+24
* net: Allow raw buffers to be passed into the flow dissector.David S. Miller2014-08-231-14/+26
* tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2014-08-232-241/+206Star
* tipc: remove files ref.h and ref.cJon Paul Maloy2014-08-236-334/+250Star
* tipc: remove include file port.hJon Paul Maloy2014-08-239-193/+121Star
* tipc: remove source file port.cJon Paul Maloy2014-08-233-130/+97Star
* tipc: remove port_lockJon Paul Maloy2014-08-234-149/+108Star
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-232-16/+11Star
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-238-107/+133
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-233-88/+42Star
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-233-26/+20Star
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-233-132/+37Star
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-233-30/+11Star
* tipc: clean up socket timer functionJon Paul Maloy2014-08-232-103/+69Star
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-233-25/+85
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-2312-91/+99
* tipc: introduce new function tipc_msg_create()Jon Paul Maloy2014-08-232-2/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-2311-46/+52
|\
| * mac80211: fix channel switch for chanctx-based driversMichal Kazior2014-08-221-1/+1
| * net: sctp: fix suboptimal edge-case on non-active active/retrans path selectionDaniel Borkmann2014-08-221-6/+3Star
| * net: sctp: spare unnecessary comparison in sctp_trans_elect_bestDaniel Borkmann2014-08-221-1/+1
| * openvswitch: fix panic with multiple vlan headersJiri Benc2014-08-221-0/+5
| * net: ipv6: fib: don't sleep inside atomic lockBenjamin Block2014-08-221-1/+1
| * sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probezhuyj2014-08-221-0/+1
| * packet: handle too big packets for PACKET_V3Eric Dumazet2014-08-222-0/+18
| * lec: Use rtnl lock/unlock when updating MTUchas williams - CONTRACTOR2014-08-221-0/+2
| * tipc: Fix build.David S. Miller2014-08-191-1/+2
| * cbq: now_rt removalVasily Averin2014-08-191-10/+1Star