summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-03-263-474/+2
|\
| * netlink: Move netlink attribute parsing support to libGeert Uytterhoeven2009-03-043-474/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-2314-17/+49
|\ \
| * | nl80211: Check that function pointer != NULL before using itJouni Malinen2009-03-201-0/+11
| * | netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]2009-03-182-5/+5
| * | net: kfree(napi->skb) => kfree_skbRoel Kluin2009-03-181-1/+1
| * | net: fix sctp breakageAl Viro2009-03-181-1/+2
| * | ipv6: fix display of local and remote sit endpointsBjørn Mork2009-03-181-1/+1
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-03-174-0/+18
| |\ \
| | * | mac80211: Fix panic on fragmentation with power savingJouni Malinen2009-03-161-0/+2
| | * | lib80211: silence excessive crypto debugging messagesJohn W. Linville2009-03-163-0/+16
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-03-174-7/+8
| |\ \ \
| | * | | netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch2009-03-161-4/+4
| | * | | netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch2009-03-162-3/+3
| | * | | netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso2009-03-161-0/+1
| * | | | gro: Fix legacy path napi_complete crashHerbert Xu2009-03-171-2/+3
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-162-32/+61
|\ \ \ \ | |/ / /
| * | | xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller2009-03-131-32/+58
| * | | ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra2009-03-111-0/+3
* | | | SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust2009-03-112-5/+10
* | | | SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust2009-03-111-1/+9
* | | | SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust2009-03-101-13/+20
|/ / /
* | | cfg80211: test before subtraction on unsignedRoel Kluin2009-03-061-1/+2
* | | vlan: Fix vlan-in-vlan crashes.David S. Miller2009-03-042-23/+36
* | | net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller2009-03-041-0/+1
* | | pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski2009-03-041-7/+6
* | | SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley2009-03-041-3/+8
* | | IPv6: add "disable" module parameter support to ipv6.koBrian Haley2009-03-041-5/+16
* | | net: fix tokenring licenseMeelis Roos2009-03-031-0/+2
* | | netlink: invert error code in netlink_set_err()Pablo Neira Ayuso2009-03-031-1/+9
* | | netns: Remove net_aliveEric W. Biederman2009-03-032-9/+0
* | | tcp: Like icmp use register_pernet_subsysEric W. Biederman2009-03-031-1/+1
* | | netns: Fix icmp shutdown.Eric W. Biederman2009-03-031-1/+1
* | | netns: fix addrconf_ifdown kernel panicDaniel Lezcano2009-03-031-30/+9
* | | ipv6: Fix sysctl unregistration deadlockStephen Hemminger2009-03-031-6/+8
* | | net: Avoid race between network down and sysfsStephen Hemminger2009-03-031-1/+3
* | | sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun2009-03-022-35/+35
* | | sctp: fix crash during module unloadVlad Yasevich2009-03-021-4/+1
* | | tcp: fix retrans_out leaksIlpo Järvinen2009-03-011-4/+5
* | | netpoll: Add drop checks to all entry pointsHerbert Xu2009-03-012-0/+16
* | | pkt_sched: sch_drr: Fix oops in drr_change_class.Jarek Poplawski2009-02-271-1/+5
* | | ipv6: don't use tw net when accounting for recycled twPavel Emelyanov2009-02-261-2/+2
* | | tcp_scalable: Update malformed & dead urlJoe Perches2009-02-241-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-02-244-63/+151
|\ \ \ | |/ /
| * | netfilter: xt_recent: fix proc-file addition/removal of IPv4 addressesJosef Drexler2009-02-241-1/+1
| * | netfilter: make proc/net/ip* print names from foreign NFPROTOJan Engelhardt2009-02-181-57/+142
| * | netfilter: nfnetlink_log: fix timeout handlingEric Leblond2009-02-181-1/+1
| * | netfilter: nfnetlink_log: fix per-rule qthreshold overrideEric Leblond2009-02-181-2/+4
| * | netfilter: nf_conntrack_ipv6: fix nf_log_packet message in icmpv6 conntrackEric Leblond2009-02-181-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-02-232-5/+5
|\ \ \
OpenPOWER on IntegriCloud