aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-26IPIP: Use ip-tunneling code.Pravin B Shelar2-690/+57
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar18-1283/+1594
2013-03-25net: Print functions in /proc/net/ptype without the offset.David S. Miller1-1/+1
2013-03-25ipv4: Fix ip-header identification for gso packets.Pravin B Shelar2-12/+7
2013-03-25Revert "udp: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-25dsa: fix freeing of sparse port allocationFlorian Fainelli1-3/+5
2013-03-25dsa: factor freeing of dsa_platform_dataFlorian Fainelli1-20/+18
2013-03-25dsa: fix device tree binding documentation typo on #address-cellsFlorian Fainelli1-1/+1
2013-03-25xen-netback: remove skb in xen_netbk_alloc_pageWei Liu1-3/+2
2013-03-25xen-netfront: frags -> slots in xennet_get_responsesWei Liu1-9/+9
2013-03-25xen-netfront: remove unused variable `extra'Wei Liu1-7/+1
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li3-4/+2
2013-03-24bridge: avoid br_ifinfo_notify when nothing changedHong zhi guo1-2/+2
2013-03-24dsa: add device tree bindings to register DSA switchesFlorian Fainelli2-5/+319
2013-03-24ipv6: implement RFC3168 5.3 (ecn protection) for ipv6 fragmentation handlingHannes Frederic Sowa2-2/+23
2013-03-24inet: generalize ipv4-only RFC3168 5.3 ecn fragmentation handling for future use by ipv6Hannes Frederic Sowa3-30/+35
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel2-0/+9
2013-03-24ipv4: provide addr and netconf dump consistency infoNicolas Dichtel2-1/+10
2013-03-24mv643xx_eth: defer probing if Marvell Orion MDIO driver not loadedSimon Baatz1-3/+9
2013-03-24net: mvmdio: define module alias for platform deviceSimon Baatz1-0/+1
2013-03-22l2tp: calling the ref() instead of deref()Dan Carpenter1-1/+1
2013-03-22ioat/dca: Update DCA BIOS workarounds to use TAINT_FIRMWARE_WORKAROUNDAlexander Duyck1-3/+8
2013-03-22decnet: Move rtm_dn_policy to dn_route to make it available if !CONFIG_DECNET_ROUTERThomas Graf2-14/+14
2013-03-22qlcnic: Bump up the version to 5.1.38Shahed Shaikh1-2/+2
2013-03-22qlcnic: Clear link status when interface is downShahed Shaikh1-0/+1
2013-03-22qlcnic: change mdelay to msleepShahed Shaikh1-1/+1
2013-03-22qlcnic: Log warning message for 83xx adapter in MSI mode.Himanshu Madhani1-0/+6
2013-03-22qlcnic: Fix configure mailbox interrupt command for 83xx adapterManish chopra1-2/+1
2013-03-22tcp: preserve ACK clocking in TSOEric Dumazet1-2/+5
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf20-117/+47
2013-03-22decnet: Parse netlink attributes on our ownThomas Graf4-148/+160
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli7-209/+84
2013-03-22net: mvmdio: enhance driver to support SMI error/done interruptsFlorian Fainelli2-18/+83
2013-03-22net: mvmdio: rename base register cookie from smireg to regsFlorian Fainelli1-7/+7
2013-03-22net: mvmdio: allow platform device style registrationFlorian Fainelli1-7/+15
2013-03-22s6gmac: fix error return code in s6gmac_probe()Wei Yongjun1-0/+1
2013-03-22udp: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-22ip_gre: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-03-22bnx2x: increase inner ip id during encapsulated tsoDmitry Kravkov4-13/+15
2013-03-22virtio: remove obsolete virtqueue_get_queue_index()Rusty Russell3-11/+5
2013-03-22net: Fix p3_gelic_net sparse warningsGeoff Levand1-123/+117
2013-03-22appletalk: remove "config IPDDP_DECAP"Paul Bolle1-17/+1
2013-03-21sh_eth: fix unused variable warningSergei Shtylyov1-1/+0
2013-03-21filter: bpf_jit_comp: refactor and unify BPF JIT image dump outputDaniel Borkmann5-23/+19
2013-03-21sh_eth: use managed device APISergei Shtylyov2-35/+13
2013-03-21sh_eth: kill unneeded typecast in sh_eth_drv_probe()Sergei Shtylyov1-2/+1
2013-03-21sh_eth: use PIR_* bitsSergei Shtylyov1-4/+4
2013-03-21net: fix psock_fanout on sparc64Willem de Bruijn1-1/+7
2013-03-21netlink: Diag core and basic socket info dumping (v2)Andrey Vagin5-0/+244