aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-28caif: Rewritten socket implementationSjur Braendeland
2010-04-28caif: Disconnect without waiting for responseSjur Braendeland
2010-04-28caif: Add reference counting to service layerSjur Braendeland
2010-04-28caif: Rename functions in cfcnfg and caif_devSjur Braendeland
2010-04-27net: disallow to use net_assign_generic externallyJiri Pirko
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-27net: batch skb dequeueing from softnet input_pkt_queueChangli Gao
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller
2010-04-27net: reimplement softnet_data.output_queue as a FIFO queueChangli Gao
2010-04-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-04-27igb: add support for reporting 5GT/s during probe on PCIe Gen2Alexander Duyck
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet
2010-04-27rps: inet_rps_save_rxhash() argument is not constEric Dumazet
2010-04-27TCP: avoid to send keepalive probes if receiving dataFlavio Leitner
2010-04-27net: suppress RCU lockdep false positive in twsk_net()Paul E. McKenney
2010-04-26net: rtnetlink: decouple rtnetlink address families from real address familiesPatrick McHardy
2010-04-26net: fib_rules: mark arguments to fib_rules_register const and __net_initdataPatrick McHardy
2010-04-23Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...David S. Miller
2010-04-23IPv6: Complete IPV6_DONTFRAG supportBrian Haley
2010-04-23IPv6: Add dontfrag argument to relevant functionsBrian Haley
2010-04-23IPv6: data structure changes for new socket optionsBrian Haley
2010-04-23Merge branch 'master' into for-davemJohn W. Linville
2010-04-23ipv6 mcast: Introduce include/net/mld.h for MLD definitions.YOSHIFUJI Hideaki
2010-04-22remove DCB_PROTO_VERSION as we don't do netlink versioningScott Feldman
2010-04-22X25: Add if_x25.h and x25 to device identifiersAndrew Hendry
2010-04-22dst: rcu check refinementEric Dumazet
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans
2010-04-22tcp: fix outsegs stat for TSO segmentsTom Herbert
2010-04-22IPv6: Generic TTL Security Mechanism (final version)Stephen Hemminger
2010-04-21ks8842: Add platform data for setting mac addressRichard Röjfors
2010-04-21fasync: RCU and fine grained lockingEric Dumazet
2010-04-21radiotap parser: fix endian annotationJohannes Berg
2010-04-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-20net: Remove two unnecessary exports (skbuff).Rami Rosen
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-20mac80211: add flags for STBC (Space-Time Block Coding)Felix Fietkau
2010-04-20mac80211: document IEEE80211_CONF_CHANGE_QOSStanislaw Gruszka
2010-04-20mac80211: sample survey implementation for mac80211 & hwsimHolger Schurig
2010-04-20ath9k: Group Key fix for VAPsDaniel Yingqiang Ma
2010-04-20rps: cleanupsEric Dumazet
2010-04-19mac80211: fix typo in commentsDaniel Halperin
2010-04-19rps: shortcut net_rps_action()Eric Dumazet
2010-04-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-04-19Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2010-04-19drm/radeon/kms: add FireMV 2400 PCI ID.Dave Airlie
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney