summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-05-18netlabel: Add new NetLabel KAPI interfaces for request_sock security attributesPaul Moore
2009-05-18netlabel: Add CIPSO {set, del}attr request_sock functionsPaul Moore
2009-05-18lsm: Relocate the IPv4 security_inet_conn_request() hooksPaul Moore
2009-05-08mac80211: fix basic rate bitmap calculationJohannes Berg
2009-05-08mac80211: Fix bug in getting rx status for frames pending in reorder bufferVasanthakumar Thiagarajan
2009-04-27gso: Fix support for linear packetsHerbert Xu
2009-04-27netfilter: {ip, ip6, arp}_tables: fix incorrect loop detectionPatrick McHardy
2009-04-27net/netrom: Fix socket lockingJean Delvare
2009-04-27af_rose/x25: Sanity check the maximum user frame sizeAlan Cox
2009-04-02cfg80211: fix incorrect assumption on last_request for 11dLuis R. Rodriguez
2009-04-02cfg80211: force last_request to be set for OLD_REG if regdom is EULuis R. Rodriguez
2009-04-02xfrm: spin_lock() should be spin_unlock() in xfrm_state.cChuck Ebbert
2009-04-02ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson
2009-04-02GRO: Disable GRO on legacy netif_rx pathHerbert Xu
2009-04-02bridge: bad error handling when adding invalid ether addressStephen Hemminger
2009-04-02udp: Wrong locking code in udp seq_file infrastructureVitaly Mayatskikh
2009-04-02netfilter: nf_conntrack_tcp: fix unaligned memory access in tcp_sackMark H. Weaver
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-03-20nl80211: Check that function pointer != NULL before using itJouni Malinen
2009-03-18netns: oops in ip[6]_frag_reasm incrementing statsJorge Boncompte [DTI2]
2009-03-18net: kfree(napi->skb) => kfree_skbRoel Kluin
2009-03-18net: fix sctp breakageAl Viro
2009-03-18ipv6: fix display of local and remote sit endpointsBjørn Mork
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2009-03-17gro: Fix legacy path napi_complete crashHerbert Xu
2009-03-16mac80211: Fix panic on fragmentation with power savingJouni Malinen
2009-03-16lib80211: silence excessive crypto debugging messagesJohn W. Linville
2009-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-03-16netfilter: conntrack: check for NEXTHDR_NONE before header sanity checkingChristoph Paasch
2009-03-16netfilter: conntrack: fix dropping packet after l4proto->packet()Christoph Paasch
2009-03-16netfilter: ctnetlink: fix crash during expectation creationPablo Neira Ayuso
2009-03-13xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller
2009-03-11SUNRPC: xprt_connect() don't abort the task if the transport isn't boundTrond Myklebust
2009-03-11SUNRPC: Fix an Oops due to socket not set up yet...Trond Myklebust
2009-03-11ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra
2009-03-10SUNRPC: Tighten up the task locking rules in __rpc_execute()Trond Myklebust
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-03-04net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller
2009-03-04pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski
2009-03-04SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley
2009-03-03net: fix tokenring licenseMeelis Roos
2009-03-03netlink: invert error code in netlink_set_err()Pablo Neira Ayuso
2009-03-03netns: Remove net_aliveEric W. Biederman
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger