aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-3112-41/+144
|\
| * xfrm: do not leak ESRCH to user spacefernando@oss.ntt.co2008-10-311-0/+2
| * Merge branch 'master' of git://git.infradead.org/users/pcmoore/lblnet-2.6David S. Miller2008-10-304-4/+29
| |\
| | * netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2008-10-302-0/+24
| | * netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore2008-10-291-1/+1
| | * cipso: unsigned buf_len cannot be negativeroel kluin2008-10-291-3/+4
| * | netfilter: nf_conntrack_proto_gre: switch to register_pernet_gen_subsys()Alexey Dobriyan2008-10-301-2/+2
| * | netns: add register_pernet_gen_subsys/unregister_pernet_gen_subsysAlexey Dobriyan2008-10-301-0/+32
| * | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-10-302-18/+58
| |\ \
| | * | SUNRPC: Fix potential race in put_rpccred()Trond Myklebust2008-10-281-1/+1
| | * | SUNRPC: Fix rpcauth_prune_expiredTrond Myklebust2008-10-281-7/+9
| | * | SUNRPC: Respond promptly to server TCP resetsTrond Myklebust2008-10-281-10/+48
| | |/
| * | pktgen: fix multiple queue warningJesse Brandeburg2008-10-281-14/+13
| * | mac80211: correct warnings in minstrel rate control algorithmJohn W. Linville2008-10-271-3/+3
| * | RFKILL: fix input layer initialisationDmitry Baryshkov2008-10-271-0/+5
| |/
* | udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet2008-10-301-2/+2
* | net: replace %p6 with %pI6Harvey Harrison2008-10-2933-60/+60
* | net: replace %#p6 format specifier with %pi6Harvey Harrison2008-10-296-9/+9
* | udp: introduce sk_for_each_rcu_safenext()Eric Dumazet2008-10-292-4/+4
* | udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet2008-10-291-1/+1
* | udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet2008-10-291-3/+6
* | udp: RCU handling for Unicast packets.Eric Dumazet2008-10-295-17/+54
* | udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-296-148/+200
* | net: remove NIP6(), NIP6_FMT, NIP6_SEQFMT and final usersHarvey Harrison2008-10-282-5/+3
* | vlan: propogate ethtool speed valuesStephen Hemminger2008-10-283-6/+30
* | net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-289-55/+39
* | net: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-2813-53/+34
* | netfilter: replace uses of NIP6_FMT with %p6Harvey Harrison2008-10-2810-64/+45
* | net: replace all current users of NIP6_SEQFMT with %#p6Harvey Harrison2008-10-286-24/+17
* | xfrm: Notify changes in UDP encapsulation via netlinkMartin Willi2008-10-281-0/+52
* | net: don't use INIT_RCU_HEADAlexey Dobriyan2008-10-285-14/+1
* | net: reduce structures when XFRM=nAlexey Dobriyan2008-10-286-5/+9
* | netlink: constify struct nlattr * arg to parsing functionsPatrick McHardy2008-10-281-1/+1
* | netns: Coexist with the sysfs limitations v2Eric W. Biederman2008-10-273-6/+28
* | net: convert print_mac to %pMJohannes Berg2008-10-2713-131/+67
* | mac80211: convert to %pM away from print_macJohannes Berg2008-10-2714-225/+130
* | net: implement emergency route cache rebulds when gc_elasticity is exceededNeil Horman2008-10-272-2/+142
|/
* syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal2008-10-261-5/+5
* Phonet: do not reply to indication reset packetsRemi Denis-Courmont2008-10-261-1/+4
* wireless: fix regression caused by regulatory config optionArjan van de Ven2008-10-261-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-10-237-79/+157
|\
| * tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen2008-10-231-6/+17
| * net: Fix disjunct computation of netdev featuresHerbert Xu2008-10-233-69/+82
| * sctp: Fix to handle SHUTDOWN in SHUTDOWN_RECEIVED stateWei Yongjun2008-10-232-1/+46
| * sctp: Fix to handle SHUTDOWN in SHUTDOWN-PENDING stateWei Yongjun2008-10-231-1/+1
| * sctp: Add check for the TSN field of the SHUTDOWN chunkWei Yongjun2008-10-231-0/+9
| * sctp: Drop ICMP packet too big message with MTU larger than current PMTUWei Yongjun2008-10-231-1/+1
| * tcp: should use number of sack blocks instead of -1Ilpo Järvinen2008-10-211-1/+1
* | Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds2008-10-231-3/+4
|\ \
| * \ Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-3/+4
| |\ \ | | |/ | |/|