summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-0938-102/+95Star
* [ATM]: [br2684] if we free the skb, we should return 0Jean-Denis Boyer2005-10-071-1/+1
* [ATM]: add support for LECS addresses learned from networkEric Kinzie2005-10-073-23/+60
* [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.Ivan Skytte Jørgensen2005-10-071-25/+227
* [AX.25]: Fix packet socket crashRalf Baechle2005-10-052-2/+2
* [IPSEC]: Document that policy direction is derived from the index.Herbert Xu2005-10-052-5/+10
* [IPV6]: Fix NS handing for proxy/anycast addressYOSHIFUJI Hideaki2005-10-051-1/+1
* [TCP]: BIC coding bug in Linux 2.6.13Stephen Hemminger2005-10-051-1/+1
* [MCAST] ipv6: Fix address size in grec_sizeYan Zheng2005-10-051-1/+1
* [XFRM]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+1
* [RPC]: fix sparse gfp nocast warningsRandy Dunlap2005-10-053-3/+3
* [AF_KEY]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-3/+4
* [NETFILTER]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+2
* [IPVS]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+1
* [DECNET]: fix sparse gfp nocast warningsRandy Dunlap2005-10-052-11/+18
* [ATM]: fix sparse gfp nocast warningsRandy Dunlap2005-10-051-1/+1
* [NETFILTER]: Fix Kconfig typoHorst H. von Brand2005-10-051-1/+1
* [IPV4]: fib_trie root-node expansionRobert Olsson2005-10-041-2/+21
* [IPV6]: Fix infinite loop in udp_v6_get_port().YOSHIFUJI Hideaki2005-10-041-1/+3
* [PATCH] ieee80211: fix gfp flags typeRandy Dunlap2005-10-041-1/+1
* [PATCH] ieee80211: fix gfp flags typeRandy Dunlap2005-10-041-1/+1
* [IPV4]: Update icmp sysctl docs and disable broadcast ECHO/TIMESTAMP by defaultDavid S. Miller2005-10-041-1/+1
* [IPV4]: Get rid of bogus __in_put_dev in pktgenHerbert Xu2005-10-031-1/+0Star
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-0317-37/+39
* [IPV6]: Fix leak added by udp connect dst caching fix.David S. Miller2005-10-031-4/+10
* [IPV6]: Fix ipv6 fragment ID selection at slow pathYan Zheng2005-10-031-1/+1
* [IPV4]: Fix "Proxy ARP seems broken"Herbert Xu2005-10-031-6/+5Star
* [NET]: Fix "sysctl_net.c:36: error: 'core_table' undeclared here"Russell King2005-10-031-0/+2
* [INET]: speedup inet (tcp/dccp) lookupsEric Dumazet2005-10-036-26/+29
* [NET]: Fix packet timestamping.Herbert Xu2005-10-037-17/+12Star
* [ATM]: [lec] reset retry counter when new arp issuedScott Talbert2005-09-301-0/+6
* [ATM]: [lec] attempt to support cisco failoverScott Talbert2005-09-301-3/+34
* [TCP]: Don't over-clamp window in tcp_clamp_window()Alexey Kuznetsov2005-09-301-2/+0Star
* [TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735David S. Miller2005-09-301-5/+4Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-09-2913-118/+150
|\
| * [NET]: Fix reversed logic in eth_type_trans().David S. Miller2005-09-291-1/+1
| * [ATM]: fix bug in atm address list handlingMartin Whitaker2005-09-291-2/+4
| * [ATM]: track and close listen sockets when sigd exitsChas Williams2005-09-293-6/+7
| * [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684Roman Kagan2005-09-291-8/+26
| * [TCP]: Fix init_cwnd calculations in tcp_select_initial_window()David S. Miller2005-09-291-5/+6
| * [APPLETALK]: Fix broadcast bug.Oliver Dawid2005-09-281-9/+22
| * [NET]: Slightly optimize ethernet address comparison.David S. Miller2005-09-281-10/+21
| * [ROSE]: fix typo (regeistration)Alexey Dobriyan2005-09-281-1/+1
| * [ROSE]: check rose_ndevs earlierAlexey Dobriyan2005-09-281-9/+11
| * [ROSE]: return sane -E* from rose_proto_init()Alexey Dobriyan2005-09-281-4/+6
| * [ROSE]: do proto_unregister() on exit pathsAlexey Dobriyan2005-09-281-0/+2
| * [NET]: Fix module reference counts for loadable protocol modulesFrank Filz2005-09-282-13/+20
| * [NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet2005-09-281-0/+2
| * [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()Daniel Phillips2005-09-281-55/+26Star
* | [PATCH] proc_mkdir() should be used to create procfs directoriesAl Viro2005-09-292-18/+7Star
|/