summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Make devnet_rename_seq staticThomas Gleixner2013-07-252-4/+1Star
* tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-2510-6/+61
* net: add sk_stream_is_writeable() helperEric Dumazet2013-07-257-8/+12
* net: sctp: trivial: add uapi/linux/sctp.h into maintainersDaniel Borkmann2013-07-251-0/+1
* net: sctp: trivial: update mailing list addressDaniel Borkmann2013-07-2538-42/+39Star
* drivers: net: cpsw: add support to show hw stats via ethtoolMugunthan V N2013-07-251-2/+200
* bonding: Fixed up a error "do not initialise statics to 0 or NULL" in bond_ma...dingtianhong2013-07-251-1/+1
* bonding: add rtnl protection for bonding_store_fail_over_macdingtianhong2013-07-251-4/+11
* bonding: bond_sysfs.c checkpatch cleanupdingtianhong2013-07-251-4/+2Star
* bonding: don't call slave_xxx_netpoll under spinlocksdingtianhong2013-07-251-12/+3Star
* drivers/net: enic: Move ethtool code to a separate fileNeel Patel2013-07-255-270/+309
* net: trans_rdma: remove unused functionAndi Shyti2013-07-251-11/+0Star
* Merge branch 'be2net'David S. Miller2013-07-253-120/+218
|\
| * be2net: delete primary MAC address while unloadingSathya Perla2013-07-251-3/+5
| * be2net: use SET/GET_MAC_LIST for SH-RSathya Perla2013-07-253-36/+50
| * be2net: refactor MAC-addr setup codeSathya Perla2013-07-253-58/+48Star
| * be2net: fix pmac_id for BE3 VFsSathya Perla2013-07-251-0/+4
| * be2net: allow VFs to program MAC and VLAN filtersSathya Perla2013-07-253-0/+53
| * be2net: fix MAC address modification for VFSathya Perla2013-07-253-38/+73
|/
* sh_eth: Add support for r8a7790 SoCSimon Horman2013-07-252-1/+22
* sh_eth: add support for RMIIMODE registerSimon Horman2013-07-252-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/+0Star
* vti: switch to new ip tunnel codeAmerigo Wang2013-07-241-476/+52Star
* ip6mr: change the prototype of ip6_mr_forward().Rami Rosen2013-07-241-6/+5Star
* ipmr: change the prototype of ip_mr_forward().Rami Rosen2013-07-241-8/+7Star
* Merge branch 'team' ("add support for peer notifications and igmp rejoins for...David S. Miller2013-07-248-43/+245
|\
| * team: add support for sending multicast rejoinsJiri Pirko2013-07-242-0/+91
| * net: convert resend IGMP to notifier eventJiri Pirko2013-07-247-42/+60
| * team: add peer notificationJiri Pirko2013-07-242-1/+94
|/
* macvlan fdb replace supportThomas Richter2013-07-241-0/+3
* vxlan fdb replace an existing entryThomas Richter2013-07-241-0/+38
* Merge branch 'tcp'David S. Miller2013-07-235-80/+57Star
|\
| * tcp: use RTT from SACK for RTOYuchung Cheng2013-07-231-9/+14
| * tcp: measure RTT from new SACKYuchung Cheng2013-07-231-6/+17
| * tcp: prefer packet timing to TS-ECR for RTTYuchung Cheng2013-07-232-50/+18Star
| * tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-235-21/+14Star
|/
* Merge branch 'fec'David S. Miller2013-07-231-37/+73
|\
| * fec: Use devm_request_irq()Fabio Estevam2013-07-231-18/+3Star
| * fec: Remove unneeded check in platform_get_resource()Fabio Estevam2013-07-231-4/+1Star
| * fec: Check the return value from clk_prepare_enable()Fabio Estevam2013-07-231-12/+54
| * fec: Enable/disable clk_ptp in suspend/resumeFabio Estevam2013-07-231-0/+4
| * fec: Fix the order for enabling/disabling the clocksFabio Estevam2013-07-231-8/+8
| * fec: Do not enable/disable optional clocks unconditionallyFabio Estevam2013-07-231-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-201-0/+20
* mISDN: replace sum of bitmasks with OR operation.Alexandru Juncu2013-07-201-6/+6
* net/irda: fixed style issues in irttpDragos Foianu2013-07-201-27/+23Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1919-164/+248
|\