summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-19netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov1-4/+1
2013-09-19netpoll: fix NULL pointer dereference in netpoll_cleanupNikolay Aleksandrov1-5/+4
2013-09-19skge: fix broken driverMikulas Patocka1-2/+3
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka9-16/+20
2013-09-19ip: use ip_hdr() in __ip_make_skb() to retrieve IP headerAnsis Atteka1-1/+1
2013-09-19xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant3-21/+23
2013-09-18net:dccp: do not report ICMP redirects to user spaceDuan Jiong1-0/+1
2013-09-18cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan1-1/+2
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan7-10/+43
2013-09-18Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-0/+2
2013-09-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-31/+36
2013-09-18vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala1-9/+13
2013-09-18tcp: fix RTO calculated from cached RTTNeal Cardwell1-1/+3
2013-09-18drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar1-2/+2
2013-09-18net loopback: Set loopback_dev to NULL when freedEric W. Biederman1-0/+1
2013-09-17batman-adv: set the TAG flag for the vid passed to BLAAntonio Quartulli1-0/+2
2013-09-17netfilter: nfnetlink_queue: use network skb for sequence adjustmentGao feng1-1/+1
2013-09-17Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller4-22/+43
2013-09-17net: sctp: rfc4443: do not report ICMP redirects to user spaceDaniel Borkmann2-3/+2
2013-09-17net: usb: cdc_ether: use usb.h macros whenever possibleFabio Porcedda1-46/+17
2013-09-17net: usb: cdc_ether: fix checkpatch errors and warningsFabio Porcedda1-27/+20
2013-09-17net: usb: cdc_ether: Use wwan interface for Telit modulesFabio Porcedda1-0/+5
2013-09-17ip6_tunnels: raddr and laddr are inverted in nl msgDing Zhi1-2/+2
2013-09-17bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2-10/+30
2013-09-17bgmac: allow bigger et_swtype nvram variableHauke Mehrtens1-2/+2
2013-09-17bgmac: fix internal switch initializationRafał Miłecki2-2/+2
2013-09-17drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering1-1/+13
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik6-12/+13
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik1-2/+2
2013-09-16cxgb4: remove workqueue when driver registration failsWei Yang1-1/+3
2013-09-16isdn: hfcpci_softirq: get func return to suppress compiler warningAntonio Alecrim Jr1-2/+2
2013-09-16bonding: Make alb learning packet interval configurableNeil Horman6-5/+53
2013-09-16atm: nicstar: fix regression made by previous patchAndy Shevchenko1-1/+1
2013-09-16vxlan: Fix sparse warningsJoseph Gasparakis2-14/+12
2013-09-16qlcnic: Fix VF reset recoveryManish Chopra1-0/+1
2013-09-16bridge: fix NULL pointer deref of br_port_get_rcuHong Zhiguo1-4/+1
2013-09-16bridge: use br_port_get_rtnl within rtnl lockHong Zhiguo2-3/+3
2013-09-16net: ps3_gelic: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-16net: smsc: remove deprecated IRQF_DISABLEDMichael Opdenacker2-3/+2
2013-09-16net: pasemi: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+2
2013-09-16net: natsemi: remove deprecated IRQF_DISABLEDMichael Opdenacker2-4/+2
2013-09-16net: ks8851-ml: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-16net: pxa168_eth: remove deprecated IRQF_DISABLEDMichael Opdenacker1-2/+1
2013-09-16net: lantiq_etop: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+2
2013-09-16net: hp100: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-16net: fec: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-14tg3: Use pci_dev pm_capJon Mason2-4/+2
2013-09-14bnx2x: Use pci_dev pm_capJon Mason4-12/+11