summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: qmi_wwan: ignore bogus CDC Union descriptorsBjørn Mork2015-12-171-1/+4
* net/macb: Update device tree binding for resetting PHY using GPIOGregory CLEMENT2015-12-172-5/+18
* Merge branch 'cxgb4-l2-table-enhancements'David S. Miller2015-12-173-62/+137
|\
| * cxgb4: Replace arpq_head/arpq_tail with SKB double link-list codeHariprasad Shenai2015-12-172-40/+24Star
| * cxgb4: Use t4_mgmt_tx() API for sending write l2t request ctrl packets.Hariprasad Shenai2015-12-171-2/+1Star
| * cxgb4: Add API to alloc l2t entry; also update existing onesHariprasad Shenai2015-12-173-25/+117
| * cxgb4: Use symbolic constant for VLAN priority calculationHariprasad Shenai2015-12-171-1/+1
|/
* nfp: clear ring delayed kick countersJakub Kicinski2015-12-171-0/+2
* tun: honor IFF_UP in tun_get_user()Eric Dumazet2015-12-171-0/+3
* ipv6: add IPV6_HDRINCL option for raw socketsHannes Frederic Sowa2015-12-172-4/+17
* ipv6: allow routes to be configured with expire valuesXin Long2015-12-172-0/+11
* net: Pass ndm_state to route netlink FDB notifications.Hubert Sokolowski2015-12-171-7/+10
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-12-1613-27/+370
|\
| * batman-adv: lock crc access in bridge loop avoidanceSimon Wunderlich2015-12-162-5/+32
| * batman-adv: Fix typo 'wether' -> 'whether'Sven Eckelmann2015-12-161-2/+2
| * batman-adv: Use chain pointer when purging fragmentsSven Eckelmann2015-12-161-4/+4
| * batman-adv: unify flags access style in tt global addSimon Wunderlich2015-12-161-1/+1
| * batman-adv: detect local excess vlans in TT requestSimon Wunderlich2015-12-161-1/+13
| * batman-adv: rename equiv/equal or better to similar or betterSimon Wunderlich2015-12-154-11/+11
| * batman-adv: update last seen field of single hop originatorsMarek Lindner2015-12-151-0/+10
| * batman-adv: export single hop neighbor list via debugfsMarek Lindner2015-12-155-0/+100
| * batman-adv: add bat_hardif_neigh_init algo ops callMarek Lindner2015-12-152-0/+6
| * batman-adv: add list of unique single hop neighbors per hard-interfaceMarek Lindner2015-12-154-0/+188
| * Doc: update email addressAntonio Quartulli2015-12-151-2/+2
| * MAINTAINERS: update email addressAntonio Quartulli2015-12-151-1/+1
* | Merge branch 'geneve-udp-port-offload'David S. Miller2015-12-168-44/+237
|\ \
| * | i40e: Call geneve_get_rx_port to get the existing Geneve portsSinghai, Anjali2015-12-161-0/+3
| * | geneve: Add geneve_get_rx_port supportSinghai, Anjali2015-12-162-0/+32
| * | i40e: Kernel dependency update for i40e to support geneve offloadSinghai, Anjali2015-12-161-0/+10
| * | i40e: geneve tunnel offload supportSinghai, Anjali2015-12-164-43/+150
| * | geneve: Add geneve udp port offload for ethernet devicesSinghai, Anjali2015-12-162-1/+42
|/ /
* | net: sctp: dynamically enable or disable pf stateZhu Yanjun2015-12-165-2/+43
* | sctp: use GFP_KERNEL in sctp_init()Eric Dumazet2015-12-161-2/+2
* | Merge branch 'sock-diag-destroy'David S. Miller2015-12-1612-26/+143
|\ \
| * | net: diag: Support destroying TCP sockets.Lorenzo Colitti2015-12-166-0/+68
| * | net: diag: Support SOCK_DESTROY for inet sockets.Lorenzo Colitti2015-12-162-8/+19
| * | net: diag: Add the ability to destroy a socket.Lorenzo Colitti2015-12-164-3/+24
| * | net: diag: split inet_diag_dump_one_icsk into twoLorenzo Colitti2015-12-162-15/+32
|/ /
* | Merge branch 'ila-early-demux'David S. Miller2015-12-1613-81/+988
|\ \
| * | ila: Add generic ILA translation facilityTom Herbert2015-12-166-1/+731
| * | netlink: add a start callback for starting a netlink dumpTom Herbert2015-12-164-0/+24
| * | rhashtable: add function to replace an elementTom Herbert2015-12-161-0/+82
| * | ila: Create net/ipv6/ila directoryTom Herbert2015-12-165-81/+152
|/ /
* | Merge branch 'stmmac-mdio-compat'David S. Miller2015-12-168-28/+66
|\ \
| * | stmmac: socfpga: Provide dt node to config ptp clk source.Phil Reid2015-12-162-0/+11
| * | stmmac: Fix calculations for ptp counters when clock input = 50Mhz.Phil Reid2015-12-163-15/+15
| * | stmmac: Correct documentation on stmmac clocks.Phil Reid2015-12-161-9/+8Star
| * | stmmac: create of compatible mdio bus for stmmac driverPhil Reid2015-12-163-4/+32
|/ /
* | Merge branch 'end-of-ip-csum'David S. Miller2015-12-1541-114/+437
|\ \
| * | net: Elaborate on checksum offload interface descriptionTom Herbert2015-12-151-29/+109