aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-05-15xen-netback: Fix grant ref resolution in RX pathZoltan Kiss1-18/+80
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong3-5/+24
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller6-31/+66
2014-05-15net: phy: Don't call phy_resume if phy_init_hw failedGuenter Roeck1-2/+2
2014-05-15Merge branch 'altera_tse'David S. Miller10-275/+372
2014-05-15Altera TSE: Disable Multicast filtering to workaround problemVince Bridgers1-0/+5
2014-05-15Altera TSE: Fix sparse errors and warningsVince Bridgers10-275/+367
2014-05-15rtnetlink: wait for unregistering devices in rtnl_link_unregister()Cong Wang4-3/+39
2014-05-14net: filter: s390: fix JIT address randomizationHeiko Carstens1-1/+1
2014-05-14af_iucv: wrong mapping of sent and confirmed skbsUrsula Braun1-1/+1
2014-05-14be2net: enable interrupts in EEH resumeKalesh AP1-0/+6
2014-05-14jme: Fix unmap loop counting error:Neil Horman1-5/+5
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1
2014-05-14net: avoid dependency of net_get_random_once on nop patchingHannes Frederic Sowa2-15/+8
2014-05-13net: filter: x86: fix JIT address randomizationAlexei Starovoitov1-1/+1
2014-05-13Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-4/+57
2014-05-13neigh: set nud_state to NUD_INCOMPLETE when probing router reachabilityDuan Jiong1-2/+2
2014-05-13ip6_tunnel: fix potential NULL pointer dereferenceSusant Sahani1-1/+1
2014-05-12sfc: fix calling of free_irq with already free vectorNikolay Aleksandrov1-6/+8
2014-05-12macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces.Peter Christensen1-2/+4
2014-05-12vti: Use the tunnel mark for lookup in the error handlers.Steffen Klassert2-2/+8
2014-05-12vti6: Don't unregister pernet ops twice on init errorsMathias Krause1-3/+0
2014-05-12ptp: fix kconfig dependency warningsRandy Dunlap1-1/+2
2014-05-11batman-adv: fix removing neigh_ifinfoSimon Wunderlich1-0/+46
2014-05-10batman-adv: always run purge_orig_neighborsSimon Wunderlich1-4/+4
2014-05-10batman-adv: fix neigh reference imbalanceSimon Wunderlich1-0/+5
2014-05-10batman-adv: fix neigh_ifinfo imbalanceSimon Wunderlich1-0/+2
2014-05-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller7-9/+30
2014-05-09net: cassini: use nested lock annotationEmil Goode1-1/+1
2014-05-09bnx2x: Fix UNDI driver unloadYuval Mintz1-3/+7
2014-05-09Merge branch 'mdio_net'David S. Miller3-12/+11
2014-05-09net: cpsw: add missing of_node_putJohan Hovold1-0/+1
2014-05-09net: cpsw: fix null dereference at probeJohan Hovold1-0/+4
2014-05-09Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver"Johan Hovold1-12/+2
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold1-0/+4
2014-05-09net: mdio-gpio: fix device-tree binding documentationJohan Hovold1-1/+1
2014-05-09net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork1-11/+28
2014-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller6-12/+19
2014-05-08Driver for Beckhoff CX5020 EtherCAT master module.Darek Marcinkiewicz3-0/+719
2014-05-08ping: move ping_group_range out of CONFIG_SYSCTLCong Wang4-14/+20
2014-05-08ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang5-25/+46
2014-05-09netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich1-2/+4
2014-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville7-9/+30
2014-05-07net: mdio: of_mdiobus_register(): fall back to mdiobus_register() for !CONFIG_OFDaniel Mack1-1/+6
2014-05-07ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich1-1/+1
2014-05-07Merge branch 'qlcnic_net'David S. Miller2-20/+53
2014-05-07qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh2-18/+47
2014-05-07qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra1-2/+6
2014-05-07jme: Fix DMA unmap warningNeil Horman1-6/+47
2014-05-07Merge branch 'gso_forward'David S. Miller4-71/+59