summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/+48
* 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/+0
* vti: switch to new ip tunnel codeAmerigo Wang2013-07-241-476/+52
* ip6mr: change the prototype of ip6_mr_forward().Rami Rosen2013-07-241-6/+5
* ipmr: change the prototype of ip_mr_forward().Rami Rosen2013-07-241-8/+7
* 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/+57
|\
| * 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/+18
| * tcp: consolidate SYNACK RTT samplingYuchung Cheng2013-07-235-21/+14
|/
* Merge branch 'fec'David S. Miller2013-07-231-37/+73
|\
| * fec: Use devm_request_irq()Fabio Estevam2013-07-231-18/+3
| * fec: Remove unneeded check in platform_get_resource()Fabio Estevam2013-07-231-4/+1
| * 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/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-1919-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
| * pkt_sched: sch_qfq: remove a source of high packet delay/jitterPaolo Valente2013-07-181-29/+56
| * xen-netfront: pull on receive skb may need to happen earlierJan Beulich2013-07-171-18/+13
| * vxlan: add necessary locking on device removalstephen hemminger2013-07-171-0/+6
| * hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang2013-07-171-2/+2
| * net: Fix sysfs_format_mac() code duplication.David S. Miller2013-07-171-20/+1
| * be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi2013-07-161-4/+10
| * macvtap: do not assume 802.1Q when send vlan packetsJason Wang2013-07-161-1/+1
| * macvtap: fix the missing ret value of TUNSETQUEUEJason Wang2013-07-161-0/+1
| * ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3