summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Add dummy dst_ops->redirect method where needed.David S. Miller2012-07-124-0/+21
* ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-125-111/+4Star
* ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-1213-14/+69
* ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2012-07-122-0/+29
* ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().David S. Miller2012-07-121-31/+49
* ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-123-82/+72Star
* ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2012-07-122-45/+52
* ipv4: Kill ip_rt_redirect().David S. Miller2012-07-123-46/+0Star
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-1212-16/+110
* ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller2012-07-122-0/+31
* ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller2012-07-122-40/+55
* ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller2012-07-123-36/+26Star
* ipv4: Pull redirect instantiation out into a helper function.David S. Miller2012-07-121-15/+22
* ipv4: Deliver ICMP redirects to sockets too.David S. Miller2012-07-121-7/+1Star
* ipv4: Pull icmp socket delivery out into a helper function.David S. Miller2012-07-121-15/+16
* tcp: TCP Small QueuesEric Dumazet2012-07-1211-1/+202
* tcp: Fix out of bounds access to tcpm_valsAlexander Duyck2012-07-121-1/+1
* ipv6: Move ipv6 twsk accessors outside of CONFIG_IPV6 ifdefs.David S. Miller2012-07-111-16/+16
* bridge: fix endianLi RongQing2012-07-111-1/+1
* qlge: fix endian issueLi RongQing2012-07-111-3/+3
* ksz884x: fix EndianLi RongQing2012-07-111-2/+2
* Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linuxDavid S. Miller2012-07-111-2/+2
|\
| * r8169: fix argument in rtl_hw_init_8168g.Hayes Wang2012-07-101-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-1133-90/+137
|\ \
| * | bnx2: Fix bug in bnx2_free_tx_skbs().Michael Chan2012-07-111-3/+3
| * | IPoIB: fix skb truesize underestimatiomEric Dumazet2012-07-111-4/+8
| * | net: Fix memory leak - vlan_info structAmir Hanania2012-07-111-0/+3
| * | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-07-113-7/+19
| |\ \
| | * | batman-adv: check incoming packet type for blaSimon Wunderlich2012-07-063-7/+19
| * | | gianfar: fix potential sk_wmem_alloc imbalanceEric Dumazet2012-07-101-4/+3Star
| * | | drivers/net/ethernet/broadcom/cnic.c: remove invalid reference to list iterat...Julia Lawall2012-07-101-1/+2
| * | | net/rxrpc/ar-peer.c: remove invalid reference to list iterator variableJulia Lawall2012-07-101-1/+1
| * | | drivers/isdn/mISDN/stack.c: remove invalid reference to list iterator variableJulia Lawall2012-07-101-2/+2
| * | | net: cgroup: fix out of bounds accessesEric Dumazet2012-07-092-4/+8
| * | | bonding: debugfs and network namespaces are incompatibleEric W. Biederman2012-07-091-1/+1
| * | | bonding: Manage /proc/net/bonding/ entries from the netdev eventsEric W. Biederman2012-07-091-3/+6
| * | | stmmac: Fix for higher mtu size handlingDeepak Sikri2012-07-091-1/+2
| * | | stmmac: Fix for nfs hang on multiple rebootDeepak Sikri2012-07-091-0/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-097-17/+14Star
| |\ \ \
| | * | | iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach2012-07-091-2/+2
| | * | | iwlegacy: always monitor for stuck queuesStanislaw Gruszka2012-07-091-8/+6Star
| | * | | rt2x00usb: fix indexes ordering on RX queue kickStanislaw Gruszka2012-07-091-1/+1
| | * | | mwifiex: fix Coverity SCAN CID 709078: Resource leak (RESOURCE_LEAK)Bing Zhao2012-07-091-0/+1
| | * | | mac80211: destroy assoc_data correctly if assoc failsEliad Peller2012-07-091-4/+2Star
| | * | | NFC: Prevent NULL deref when getting socket nameSasha Levin2012-07-091-1/+1
| | * | | mac80211: correct size the argument to kzalloc in minstrel_htThomas Huehn2012-07-091-1/+1
| * | | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2012-07-092-2/+4
| |\ \ \ \
| | * | | | netfilter: nf_ct_ecache: fix crash with multiple containers, one shutting downPablo Neira Ayuso2012-07-091-1/+1
| | * | | | netfilter: ipset: timeout fixing bug broke SET target special timeout valueJozsef Kadlecsik2012-07-091-1/+3
| | | |/ / | | |/| |
| * | | | cnic: Don't use netdev->base_addrMichael Chan2012-07-091-2/+5