summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-2438-42/+39
* drivers: net: cpsw: add support to show hw stats via ethtoolMugunthan V N2013-07-241-2/+200
* bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong2013-07-241-1/+1
* bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong2013-07-241-4/+11
* bonding: bond_sysfs.c checkpatch cleanupdingtianhong2013-07-241-4/+2
* bonding: don't call slave_xxx_netpoll under spinlocksdingtianhong2013-07-241-12/+3
* drivers/net: enic: Move ethtool code to a separate fileNeel Patel2013-07-245-270/+309
* net: trans_rdma: remove unused functionAndi Shyti2013-07-241-11/+0
* Merge branch 'be2net'David S. Miller2013-07-243-120/+218
|\
| * be2net: delete primary MAC address while unloadingSathya Perla2013-07-241-3/+5
| * be2net: use SET/GET_MAC_LIST for SH-RSathya Perla2013-07-243-36/+50
| * be2net: refactor MAC-addr setup codeSathya Perla2013-07-243-58/+48
| * be2net: fix pmac_id for BE3 VFsSathya Perla2013-07-241-0/+4
| * be2net: allow VFs to program MAC and VLAN filtersSathya Perla2013-07-243-0/+53
| * be2net: fix MAC address modification for VFSathya Perla2013-07-243-38/+73
|/
* sh_eth: Add support for r8a7790 SoCSimon Horman2013-07-242-1/+22
* sh_eth: add support for RMIIMODE registerSimon Horman2013-07-242-0/+6
* net: ipv6 eliminate parameter "int addrlen" in function fib6_add_1fan.du2013-07-241-8/+8
* net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du2013-07-241-1/+0
* vti: switch to new ip tunnel codeAmerigo Wang2013-07-231-476/+52
* ip6mr: change the prototype of ip6_mr_forward().Rami Rosen2013-07-231-6/+5
* ipmr: change the prototype of ip_mr_forward().Rami Rosen2013-07-231-8/+7
* Merge branch 'team' ("add support for peer notifications and igmp rejoins for...David S. Miller2013-07-238-43/+245
|\
| * team: add support for sending multicast rejoinsJiri Pirko2013-07-232-0/+91
| * net: convert resend IGMP to notifier eventJiri Pirko2013-07-237-42/+60
| * team: add peer notificationJiri Pirko2013-07-232-1/+94
|/
* macvlan fdb replace supportThomas Richter2013-07-231-0/+3
* vxlan fdb replace an existing entryThomas Richter2013-07-231-0/+38
* Merge branch 'tcp'David S. Miller2013-07-225-80/+57
|\
| * tcp: use RTT from SACK for RTOYuchung Cheng2013-07-221-9/+14
| * tcp: measure RTT from new SACKYuchung Cheng2013-07-221-6/+17
| * tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-222-50/+18
| * tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-225-21/+14
|/
* Merge branch 'fec'David S. Miller2013-07-221-37/+73
|\
| * fec: Use devm_request_irq()Fabio Estevam2013-07-221-18/+3
| * fec: Remove unneeded check in platform_get_resource()Fabio Estevam2013-07-221-4/+1
| * fec: Check the return value from clk_prepare_enable()Fabio Estevam2013-07-221-12/+54
| * fec: Enable/disable clk_ptp in suspend/resumeFabio Estevam2013-07-221-0/+4
| * fec: Fix the order for enabling/disabling the clocksFabio Estevam2013-07-221-8/+8
| * fec: Do not enable/disable optional clocks unconditionallyFabio Estevam2013-07-221-8/+16
|/
* tun: Support software transmit time stamping.Richard Cochran2013-07-222-2/+15
* net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-223-46/+51
* net/velocity: add poll controller function for velocity nicAmit Uttamchandani2013-07-191-0/+20
* mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu2013-07-191-6/+6
* net/irda: fixed style issues in irttpDragos Foianu2013-07-191-27/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1819-164/+248
|\
| * vlan: fix a race in egress prio managementEric Dumazet2013-07-181-0/+7
| * vlan: mask vlan prio bitsEric Dumazet2013-07-183-5/+11
| * macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-181-25/+37
| * tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang2013-07-181-24/+38