summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2007-12-171-0/+1
|\
| * Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-12-171-0/+1
| |\
| | * ieee80211_rate: missed unlockCyrill Gorcunov2007-12-171-0/+1
* | | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2007-12-171-8/+1
|\ \ \
| * | | SUNRPC xprtrdma: fix XDR tail buf marshalling for all opsJames Lentini2007-12-111-8/+1
| |/ /
* | | [IRDA]: irda parameters warning fixes.Richard Knutsson2007-12-161-3/+3
* | | [IRDA]: irlmp_unregister_link() needs to free lsaps.Hinko Kocevar2007-12-161-0/+1
* | | [SCTP]: Flush fragment queue when exiting partial delivery.Vlad Yasevich2007-12-161-0/+33
* | | [AX25]: Locking dependencies fix in ax25_disconnect().Jarek Poplawski2007-12-161-0/+2
* | | [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()Satoru SATOH2007-12-161-1/+1
* | | [IPV6]: Fix the return value of ipv6_getsockoptWei Yongjun2007-12-161-7/+5
* | | [BRIDGE]: Assign random address.Stephen Hemminger2007-12-161-2/+1
* | | [IPV4]: Updates to nfsroot documentationAmos Waterland2007-12-141-19/+1
* | | [TIPC]: Fix semaphore handling.Andrew Morton2007-12-141-1/+1
* | | [NETFILTER]: xt_hashlimit should use time_after_eq()Eric Dumazet2007-12-141-1/+1
* | | [XFRM]: Display the audited SPI value in host byte order.Paul Moore2007-12-141-4/+6
* | | [NETFILTER]: ip_tables: fix compat copy racePatrick McHardy2007-12-142-47/+18
* | | [NETFILTER]: ctnetlink: set expected bit for related conntracksPablo Neira Ayuso2007-12-141-1/+3
|/ /
* | [IPSEC]: Fix potential dst leak in xfrm_lookupHerbert Xu2007-12-111-3/+6
* | [VLAN]: Fix potential race in vlan_cleanup_module vs vlan_ioctl_handler.Pavel Emelyanov2007-12-111-1/+1
* | [NET]: Fix wrong comments for unregister_net*Wang Chen2007-12-111-4/+2
* | [IPv6] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+6
* | [IPv4] ESP: Discard dummy packets introduced in rfc4303Thomas Graf2007-12-111-0/+5
* | [IPV4]: Swap the ifa allocation with the"ipv4_devconf_setall" callPavel Emelyanov2007-12-111-2/+1
* | [IPV6] XFRM: Fix auditing rt6i_flags; use RTF_xxx flags instead of RTCF_xxx.YOSHIFUJI Hideaki2007-12-111-1/+1
|/
* [AF_RXRPC]: Add a missing gotoDavid Howells2007-12-071-0/+1
* [VLAN]: Lost rtnl_unlock() in vlan_ioctl()Pavel Emelyanov2007-12-071-1/+1
* [SCTP]: Fix the bind_addr info during migration.Vlad Yasevich2007-12-072-10/+28
* [SCTP]: Add bind hash locking to the migrate codeVlad Yasevich2007-12-071-0/+6
* [IPV4]: Remove prototype of ip_rt_adviceDenis V. Lunev2007-12-071-1/+1
* [IPv4]: Reply net unreachable ICMP messageMitsuru Chinen2007-12-071-0/+3
* [IPv6] SNMP: Increment OutNoRoutes when connecting to unreachable networkMitsuru Chinen2007-12-071-0/+2
* [BRIDGE]: Section fix.Andrew Morton2007-12-071-1/+1
* [LRO]: fix lro_gen_skb() alignmentAndrew Gallatin2007-12-051-1/+2
* [TCP]: NAGLE_PUSH seems to be a wrong way aroundIlpo Järvinen2007-12-051-2/+1
* [TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen2007-12-051-2/+1
* [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5
* [IRDA]: Move ircomm_tty_line_info() under #ifdef CONFIG_PROC_FSPavel Emelyanov2007-12-051-1/+1
* [ROSE]: Trivial compilation CONFIG_INET=n casePavel Emelyanov2007-12-051-1/+1
* [IPVS]: Fix sched registration race when checking for name collision.Pavel Emelyanov2007-12-051-13/+14
* [IPVS]: Don't leak sysctl tables if the scheduler registration fails.Pavel Emelyanov2007-12-052-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/net-2.6Linus Torvalds2007-12-0323-84/+124
|\
| * [INET]: Fix inet_diag dead-lock regressionHerbert Xu2007-12-031-21/+46
| * [NETFILTER]: fix forgotten module release in xt_CONNMARK and xt_CONNSECMARKJan Engelhardt2007-12-012-10/+10
| * [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ONPatrick McHardy2007-11-301-3/+1
| * [DECNET]: dn_nl_deladdr() almost always returns no errorPavel Emelyanov2007-11-301-1/+3
| * [IPV6]: Restore IPv6 when MTU is big enoughEvgeniy Polyakov2007-11-301-1/+10
| * [RXRPC]: Add missing select on CRYPTODavid Howells2007-11-301-0/+1
| * Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu2007-11-305-15/+17
| |\
| | * mac80211: rate limit wep decrypt failed messagesAdel Gadllah2007-11-291-1/+2