aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/igmp.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-23net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen1-9/+3
2016-08-23net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun1-12/+4
2016-08-23cxgb4: Remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-08-23net: phy: xgmiitorgmii: Fix non static symbol warningWei Yongjun1-1/+1
2016-08-23qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru3-157/+297
2016-08-23net: rtnetlink: Don't export empty RTAX_FEATURESPhil Sutter1-0/+2
2016-08-23cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2-31/+67
2016-08-23net-tcp: retire TFO_SERVER_WO_SOCKOPT2 configYuchung Cheng3-37/+32
2016-08-23xen-netback: using kfree_rcu() to simplify the codeWei Yongjun1-11/+2
2016-08-23liquidio: declare liquidio_set_rxcsum_command staticNicholas Mc Guire1-2/+2
2016-08-23l2tp: Refactor the codes with existing macros instead of literal numberGao Feng1-11/+9
2016-08-23kcm: Fix locking issueTom Herbert2-10/+23
2016-08-23strparser: Queue work when being unpausedTom Herbert2-4/+12
2016-08-23hv_netvsc: add ethtool statistics for tx packet issuesStephen Hemminger2-16/+79
2016-08-23hv_netvsc: report vmbus name in ethtoolStephen Hemminger2-0/+11
2016-08-23hv_netvsc: make variable localStephen Hemminger1-3/+3
2016-08-23hv_netvsc: make netvsc_destroy_buf voidStephen Hemminger1-8/+6
2016-08-23hv_netvsc: refactor completion functionStephen Hemminger1-47/+56
2016-08-23hv_netvsc: rearrange start_xmitStephen Hemminger1-55/+51
2016-08-23hv_netvsc: init completion during allocStephen Hemminger1-3/+1
2016-08-23hv_netvsc: make device_remove voidStephen Hemminger2-3/+2
2016-08-23hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger1-3/+4
2016-08-23hv_netvsc: make inline functions staticStephen Hemminger2-85/+84
2016-08-23hv_netvsc: style cleanupsStephen Hemminger3-30/+3
2016-08-23hv_netvsc: use kcallocStephen Hemminger1-2/+2
2016-08-23hv_netvsc: make RSS hash key staticStephen Hemminger2-3/+2
2016-08-23hv_netvsc: fix rtnl locking in callbackStephen Hemminger1-4/+1
2016-08-23rxrpc: Perform terminal call ACK/ABORT retransmission from conn processorDavid Howells4-4/+157
2016-08-23rxrpc: Calculate serial skew on packet receptionDavid Howells5-31/+43
2016-08-23rxrpc: Set connection expiry on idle, not putDavid Howells2-27/+26
2016-08-23rxrpc: Use a tracepoint for skb accounting debuggingDavid Howells10-38/+135
2016-08-23rxrpc: Drop channel number field from rxrpc_call structDavid Howells5-10/+8
2016-08-23rxrpc: When clearing a socket, clear the call sets in the right orderDavid Howells1-6/+6
2016-08-23rxrpc: Tidy up the rxrpc_call struct a bitDavid Howells5-20/+21
2016-08-23rxrpc: Remove RXRPC_CALL_PROC_BUSYDavid Howells2-7/+0
2016-08-23net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk1-0/+180
2016-08-23net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to internalsIvan Khoronzhuk4-19/+18
2016-08-23net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk3-105/+210
2016-08-23net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk1-0/+2
2016-08-23net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk3-27/+83
2016-08-22net: strparser: fix strparser sk_user_data checkDave Watson1-3/+0
2016-08-22qed: Fix address macrosYuval Mintz1-14/+8
2016-08-22net: mv88e6xxx: Enable PORT_CONTROL_FORWARD_UNKNOWN for DSA-tagged CPU portsJamie Lentin1-2/+2
2016-08-22dsa: mv88e6xxx: Delete ppu timer when removing moduleAndrew Lunn1-0/+13
2016-08-22net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.Andrew Lunn3-27/+31
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn7-8/+34
2016-08-22net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven1-1/+1
2016-08-22cxgb4: add support for tx max rate limitingRahul Lakkireddy3-0/+105
2016-08-22cxgb4: add support for per queue tx schedulingRahul Lakkireddy3-0/+347
2016-08-22cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy7-5/+438