summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-091-2/+9
|\
| * netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEATPablo Neira Ayuso2011-02-091-2/+9
* | net: Fix lockdep regression caused by initializing netdev queues too early.David S. Miller2011-02-091-11/+16
* | net/caif: Fix dangling list pointer in freed object on error.David S. Miller2011-02-081-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-02-084-3/+10
|\ \
| * | mac80211: fix the skb cloned check in the tx pathFelix Fietkau2011-02-071-1/+1
| * | mac80211: fix TX status cookie in HW offload caseJohannes Berg2011-02-023-2/+9
* | | Merge branch 'batman-adv/merge' of git://git.open-mesh.org/ecsv/linux-mergeDavid S. Miller2011-02-081-5/+10
|\ \ \
| * | | batman-adv: Linearize fragment packets before mergeSven Eckelmann2011-02-081-5/+10
* | | | x25: possible skb leak on bad facilitiesandrew hendry2011-02-072-12/+30
* | | | bridge: Don't put partly initialized fdb into hashPavel Emelyanov2011-02-041-2/+2
* | | | net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6.David S. Miller2011-02-042-0/+94
* | | | net: Support compat SIOCGETVIFCNT ioctl in ipv4.David S. Miller2011-02-041-0/+30
* | | | net: Fix bug in compat SIOCGETSGCNT handling.David S. Miller2011-02-041-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-02-034-12/+14
|\ \ \ \ | | |_|/ | |/| |
| * | | netfilter: ecache: always set events bits, filter them laterPablo Neira Ayuso2011-02-011-0/+3
| * | | netfilter: arpt_mangle: fix return values of checkentryPablo Neira Ayuso2011-02-011-3/+3
| * | | netfilter: xt_iprange: Incorrect xt_iprange boundary check for IPv6Thomas Jacob2011-01-241-9/+7Star
| * | | netfilter: ctnetlink: fix missing refcount increment during dumpsPablo Neira Ayuso2011-01-241-0/+1
* | | | gro: reset skb_iif on reuseAndy Gospodarek2011-02-021-0/+1
* | | | net: Fix ipv6 neighbour unregister_sysctl_table warningEric W. Biederman2011-02-011-1/+8
* | | | net: Check rps_flow_table when RPS map length is 1Tom Herbert2011-02-011-1/+2
* | | | net: Add default_mtu() methods to blackhole dst_opsRoland Dreier2011-01-312-0/+12
* | | | Merge branch 'batman-adv/merge-oopsonly' of git://git.open-mesh.org/ecsv/linu...David S. Miller2011-01-311-6/+8
|\ \ \ \ | | |/ / | |/| |
| * | | batman-adv: Make vis info stack traversal threadsafeSven Eckelmann2011-01-301-3/+4
| * | | batman-adv: Remove vis info element in free_infoSven Eckelmann2011-01-301-0/+1
| * | | batman-adv: Remove vis info on hashing errorsSven Eckelmann2011-01-301-1/+1
| * | | batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing2011-01-251-2/+2
* | | | net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-303-0/+81
* | | | net: Fix ip link add netns oopsEric W. Biederman2011-01-301-0/+3
* | | | gro: Reset dev pointer on reuseHerbert Xu2011-01-301-0/+1
* | | | ipv6: Remove route peer binding assertions.David S. Miller2011-01-271-4/+0Star
* | | | net: add kmemcheck annotation in __alloc_skb()Eric Dumazet2011-01-271-0/+1
* | | | net: fix validate_link_af in rtnetlink coreKurt Van Dijck2011-01-271-2/+1Star
* | | | econet: remove compiler warningsEric Dumazet2011-01-271-2/+2
* | | | xfrm6: Don't forget to propagate peer into ipsec route.David S. Miller2011-01-261-0/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-01-266-64/+55Star
|\ \ \ \ | | |_|/ | |/| |
| * | | mac80211: fix a crash in ieee80211_beacon_get_tim on change_interfaceFelix Fietkau2011-01-251-0/+3
| * | | Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-192-6/+11
| * | | Bluetooth: Fix authentication request for L2CAP raw socketsJohan Hedberg2011-01-191-1/+2
| * | | Bluetooth: Create a unified auth_type evaluation functionJohan Hedberg2011-01-191-49/+28Star
| * | | Bluetooth: Fix MITM protection requirement preservationJohan Hedberg2011-01-191-0/+3
| * | | Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg2011-01-191-5/+0Star
| * | | Bluetooth: Never deallocate a session when some DLC points to itLukáš Turek2011-01-191-1/+2
| * | | Bluetooth: Fix leaking blacklist when unregistering a hci deviceJohan Hedberg2011-01-191-0/+4
| * | | Bluetooth: l2cap: fix misuse of logical operation in place of bitopDavid Sterba2011-01-191-2/+2
* | | | TCP: fix a bug that triggers large number of TCP RST by mistakeJerry Chu2011-01-251-1/+1
* | | | ipv6: Revert 'administrative down' address handling changes.David S. Miller2011-01-251-48/+33Star
* | | | net: clear heap allocation for ethtool_get_regs()Eugene Teo2011-01-251-1/+1
* | | | ipv6: Always clone offlink routes.David S. Miller2011-01-251-8/+1Star