aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/phonet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-11af_unix: fix bug on large send()Eric Dumazet1-1/+2
2013-08-11net: Add MOXA ART SoCs ethernet driverJonas Jensen7-0/+946
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet6-55/+60
2013-08-10af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2-35/+31
2013-08-10tcp: add server ip to encrypt cookie in fast openYuchung Cheng3-11/+15
2013-08-09pptp: fix sparse pointer warningstephen hemminger1-1/+1
2013-08-09tg3: clean up unnecessary MSI/MSI-X capability findYijing Wang1-1/+1
2013-08-09netxen: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-09myri10ge: clean up unnecessary MSI/MSI-X capability findYijing Wang1-3/+2
2013-08-09bnx2x: clean up unnecessary MSI/MSI-X capability findYijing Wang1-5/+3
2013-08-09bnx2: clean up unnecessary MSI/MSI-X capability findYijing Wang1-2/+2
2013-08-09net: via-rhine: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09net: wan: sbni: Fix incorrect placement of __initdataSachin Kamat1-1/+1
2013-08-09Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller7-29/+11
2013-08-09ath9k: Run the LNA combining algorithm properlySujith Manoharan1-16/+28
2013-08-09ath9k: Fix BTCOEX usage for RX diversitySujith Manoharan1-2/+2
2013-08-09ath9k: use software queueing for multicast trafficFelix Fietkau3-2/+23
2013-08-09ath9k: improve tx scheduling fairnessFelix Fietkau1-39/+50
2013-08-09ath9k: use software queues for un-aggregated data packetsFelix Fietkau2-127/+145
2013-08-09ath9k: always clear ps filter bit on new assocFelix Fietkau1-0/+1
2013-08-09ath9k: fix clearing expired A-MPDU subframes in tx completionFelix Fietkau1-1/+2
2013-08-09ath9k: prepare queueing code for handling unaggregated trafficFelix Fietkau2-9/+14
2013-08-09ath9k: fix block ack window tracking checkFelix Fietkau2-7/+11
2013-08-09ath9k: simplify ath_tx_form_aggrFelix Fietkau2-22/+12
2013-08-09ath9k: add CAB queue info to debugfsFelix Fietkau1-16/+27
2013-08-09ath9k: add function for getting the tx tid for a packetFelix Fietkau1-8/+17
2013-08-09ath9k: split tid retry packets into a separate queueFelix Fietkau2-4/+15
2013-08-09ath9k: add utility functions for accessing tid queuesFelix Fietkau1-19/+32
2013-08-09brcmfmac: use CFG80211_TESTMODE_CMDJohannes Berg1-3/+1
2013-08-09net: wireless: rt2x00: Staticize rt2x00queue_pause_queue_nocheck()Jingoo Han1-1/+1
2013-08-09ath9k: Fix build failureSujith Manoharan5-5/+30
2013-08-09mwifiex: add packet coalesce supportAmitkumar Karwar5-0/+254
2013-08-09mwifiex: increase max supported pattern offsetAmitkumar Karwar1-1/+1
2013-08-09mwifiex: modify mwifiex_is_pattern_supported() routineAmitkumar Karwar1-4/+6
2013-08-09mwifiex: rename mef macrosAmitkumar Karwar3-14/+15
2013-08-09net: sctp: trivial: update bug report in header commentDaniel Borkmann37-226/+8
2013-08-09net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann7-11/+29
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley3-2/+27
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2-3/+3
2013-08-09net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley1-3/+13
2013-08-08bonding: unwind on bond_add_vlan failurenikolay@redhat.com1-2/+2
2013-08-08bonding: change the bond's vlan syncing functions with the standard onesnikolay@redhat.com1-30/+7
2013-08-08net: add SNMP counters tracking incoming ECN bitsEric Dumazet5-2/+27
2013-08-07packet: Revert recent header parsing changes.David S. Miller1-29/+24
2013-08-07net: phy: mdio: add missing __iomem annotationJingoo Han1-1/+1
2013-08-07net: phy: micrel: Staticize ksz8873mll_read_status()Jingoo Han1-1/+1
2013-08-07net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang1-27/+10
2013-08-07net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang1-4/+2
2013-08-07net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang1-1/+0
2013-08-07net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang1-2/+1