summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-0257-149/+146
* include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path()Denis Kirjanov2013-10-021-5/+2
* tcp: sndbuf autotuning improvementsEric Dumazet2013-10-022-14/+26
* fib_trie: avoid a redundant bit judgement in inflatebaker.zhang2013-10-021-6/+3
* isdn: eicon: free pointer after using it in log msg in divas_um_idi_delete_en...Jesper Juhl2013-10-021-1/+1
* xen-netfront: convert to GRO APIWei Liu2013-10-021-1/+3
* tg3: use phylib when robo switch is in useHauke Mehrtens2013-10-021-1/+10
* ssb: provide phy address for Gigabit Ethernet driverHauke Mehrtens2013-10-021-0/+14
* tg3: add support a phy at an address different than 01Hauke Mehrtens2013-10-021-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-01533-3021/+5170
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-10-01107-845/+1301
| |\
| | * pkt_sched: fq: rate limiting improvementsEric Dumazet2013-10-011-19/+26
| | * ip6tnl: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-011-2/+1
| | * sit: allow to use rtnl ops on fb tunnelNicolas Dichtel2013-10-011-1/+1
| | * Merge branch 'ip_tunnel'David S. Miller2013-10-012-10/+10
| | |\
| | | * ip_tunnel: Remove double unregister of the fallback deviceSteffen Klassert2013-10-011-2/+0
| | | * ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert2013-10-011-1/+1
| | | * ip_tunnel: Add fallback tunnels to the hash listsSteffen Klassert2013-10-011-1/+3
| | | * ip_tunnel: Fix a memory corruption in ip_tunnel_xmitSteffen Klassert2013-10-011-6/+6
| | |/
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-0113-158/+143
| | |\
| | | * netfilter: synproxy: fix BUG_ON triggered by corrupt TCP packetsPatrick McHardy2013-09-304-12/+22
| | | * ipvs: stats should not depend on CPU 0Julian Anastasov2013-09-181-1/+3
| | | * ipvs: do not use dest after ip_vs_dest_put in LBLCRJulian Anastasov2013-09-181-30/+20
| | | * ipvs: do not use dest after ip_vs_dest_put in LBLCJulian Anastasov2013-09-181-37/+31
| | | * ipvs: make the service replacement more robustJulian Anastasov2013-09-183-58/+47
| | | * ipvs: fix overflow on dest weight multiplySimon Kirby2013-09-186-20/+20
| | * | qlcnic: Fix SR-IOV configurationManish Chopra2013-10-011-1/+7
| | * | ll_temac: Reset dma descriptors indexes on ndo_openRicardo Ribalda2013-10-011-0/+6
| | * | skbuff: size of hole is wrong in a commentNicolas Dichtel2013-09-301-1/+1
| | * | Merge branch 'fixes-for-3.12' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-09-301-12/+0
| | |\ \
| | | * | can: flexcan: fix flexcan_chip_start() on imx6Marc Kleine-Budde2013-09-301-12/+0
| | * | | ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_putSalam Noureddine2013-09-301-3/+3
| | * | | ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_putSalam Noureddine2013-09-301-2/+2
| | * | | ethernet: moxa: fix incorrect placement of __initdata tagBartlomiej Zolnierkiewicz2013-09-301-1/+1
| | * | | ipv6: gre: correct calculation of max_headroomHannes Frederic Sowa2013-09-301-2/+2
| | * | | powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2013-09-302-2/+20
| | * | | Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller2013-09-302-18/+2
| | * | | bonding: Fix broken promiscuity reference counting issueNeil Horman2013-09-301-3/+10
| | * | | tcp: TSQ can use a dynamic limitEric Dumazet2013-09-301-6/+11
| | * | | dm9601: fix IFF_ALLMULTI handlingPeter Korsgaard2013-09-301-1/+1
| | * | | pkt_sched: fq: qdisc dismantle fixesEric Dumazet2013-09-301-20/+37
| | * | | net: flow_dissector: fix thoff for IPPROTO_AHEric Dumazet2013-09-301-2/+2
| | * | | MAINTAINERS: add myself as maintainer of xen-netbackWei Liu2013-09-301-0/+1
| | * | | xen-netback: Handle backend state transitions in a more robust wayPaul Durrant2013-09-301-30/+118
| | * | | ipv6: Fix preferred_lft not updating in some casesPaul Marks2013-09-301-37/+15
| | * | | ip_tunnel: Do not use stale inner_iph pointer.Pravin B Shelar2013-09-301-2/+2
| | * | | net: qmi_wwan: fix Cinterion PLXX product IDAleksander Morgado2013-09-301-1/+1
| | * | | powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova2013-09-302-2/+18
| | * | | vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2013-09-302-6/+8
| | |/ /
| | * | net: net_secret should not depend on TCPEric Dumazet2013-09-283-7/+25