aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli1-0/+1
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli5-0/+185
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli1-0/+17
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli1-0/+4
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli1-1/+18
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli3-3/+82
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli2-0/+3
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli1-0/+1
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli7-72/+52
2014-08-27tcp: syncookies: mark cookie_secret read_mostlyFlorian Westphal2-2/+2
2014-08-25net: make skb an optional parameter for__skb_flow_dissect()WANG Cong1-3/+15
2014-08-25net: fix comments for __skb_flow_get_ports()WANG Cong1-2/+4
2014-08-24net: Add ops->ndo_xmit_flush()David S. Miller6-13/+7
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris11-23/+0
2014-08-24ipv6: White-space cleansing : Structure layoutsIan Morris5-21/+13
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris31-203/+203
2014-08-24gre: When GRE csum is present count as encap layer wrt csumTom Herbert1-0/+1
2014-08-24udp: additional GRO supportTom Herbert3-17/+78
2014-08-24tcp: Call skb_gro_checksum_validateTom Herbert2-47/+6
2014-08-24gre: call skb_gro_checksum_simple_validateTom Herbert1-36/+7
2014-08-24net: skb_gro_checksum_* functionsTom Herbert1-1/+33
2014-08-23net: use reciprocal_scale() helperDaniel Borkmann14-22/+24
2014-08-23net: Allow raw buffers to be passed into the flow dissector.David S. Miller1-14/+26
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2-241/+206
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy6-334/+250
2014-08-23tipc: remove include file port.hJon Paul Maloy9-193/+121
2014-08-23tipc: remove source file port.cJon Paul Maloy3-130/+97
2014-08-23tipc: remove port_lockJon Paul Maloy4-149/+108
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy2-16/+11
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy8-107/+133
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy3-88/+42
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy3-26/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy3-132/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy3-30/+11
2014-08-23tipc: clean up socket timer functionJon Paul Maloy2-103/+69
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy3-25/+85
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy12-91/+99
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy2-2/+33
2014-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-46/+52
2014-08-22tcp: improve undo on timeoutYuchung Cheng1-15/+11
2014-08-22net: remove dead code after sk_data_ready changeEric Dumazet2-16/+1
2014-08-22net: use ktime_get_ns() and ktime_get_real_ns() helpersEric Dumazet8-16/+16
2014-08-22mac80211: fix channel switch for chanctx-based driversMichal Kazior1-1/+1
2014-08-22af_decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22decnet: Use time_after_eqHimangi Saraogi1-1/+2
2014-08-22ipconfig: Use time_beforeHimangi Saraogi1-1/+2
2014-08-22dn_dev: Use time_beforeHimangi Saraogi1-1/+2
2014-08-22br_multicast: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2014-08-22net/openvswitch/flow.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1
2014-08-22net/ipv4/igmp.c: Replace rcu_dereference() with rcu_access_pointer()Andreea-Cristina Bernat1-1/+1