aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski8-0/+69
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski2-0/+28
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy3-0/+28
2008-10-31xfrm: C99 for xfrm_dev_notifierAlexey Dobriyan1-3/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-41/+144
2008-10-31xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co1-0/+2
2008-10-30Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller4-4/+29
2008-10-30netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan1-2/+2
2008-10-30netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan1-0/+32
2008-10-30udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet1-2/+2
2008-10-30Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2-18/+58
2008-10-30netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2-0/+24
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore1-1/+1
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin1-3/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison33-60/+60
2008-10-29net: replace %#p6 format specifier with %pi6Harvey Harrison6-9/+9
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet2-4/+4
2008-10-29udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet1-1/+1
2008-10-29udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet1-3/+6
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet5-17/+54
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet6-148/+200
2008-10-28net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison2-5/+3
2008-10-28vlan: propogate ethtool speed valuesStephen Hemminger3-6/+30
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison9-55/+39
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison13-53/+34
2008-10-28netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison10-64/+45
2008-10-28net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison6-24/+17
2008-10-28xfrm: Notify changes in UDP encapsulation via netlinkMartin Willi1-0/+52
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan5-14/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan6-5/+9
2008-10-28pktgen: fix multiple queue warningJesse Brandeburg1-14/+13
2008-10-28SUNRPC: Fix potential race in put_rpccred()Trond Myklebust1-1/+1
2008-10-28SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust1-7/+9
2008-10-28SUNRPC: Respond promptly to server TCP resetsTrond Myklebust1-10/+48
2008-10-28netlink: constify struct nlattr * arg to parsing functionsPatrick McHardy1-1/+1
2008-10-27netns: Coexist with the sysfs limitations v2Eric W. Biederman3-6/+28
2008-10-27net: convert print_mac to %pMJohannes Berg13-131/+67
2008-10-27mac80211: convert to %pM away from print_macJohannes Berg14-225/+130
2008-10-27net: implement emergency route cache rebulds when gc_elasticity is exceededNeil Horman2-2/+142
2008-10-27mac80211: correct warnings in minstrel rate control algorithmJohn W. Linville1-3/+3
2008-10-27RFKILL: fix input layer initialisationDmitry Baryshkov1-0/+5
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal1-5/+5
2008-10-26Phonet: do not reply to indication reset packetsRemi Denis-Courmont1-1/+4
2008-10-26wireless: fix regression caused by regulatory config optionArjan van de Ven1-6/+5
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-79/+157
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen1-6/+17
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+4
2008-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-8/+10
2008-10-23[PATCH] assorted path_lookup() -> kern_path() conversionsAl Viro1-8/+10
2008-10-23net: Fix disjunct computation of netdev featuresHerbert Xu3-69/+82