aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-04-28[NET]: /proc/net/stat/* header cleanupOlaf Rempel2-2/+2
2005-04-28[IPV6]: Incorrect permissions on route flush sysctlDave Jones1-1/+1
2005-04-28[IPV4]: Incorrect permissions on route flush sysctlDave Jones1-1/+1
2005-04-28[SCTP] Fix SCTP sendbuffer accouting.Neil Horman4-5/+43
2005-04-28[SCTP] Replace incorrect use of dev_alloc_skb with alloc_skb in sctp_packet_transmit().Sridhar Samudrala1-2/+2
2005-04-28[SCTP] Fix bug in sctp_init() error handling code.Neil Horman1-2/+2
2005-04-28[SCTP] Use ipv6_addr_any() rather than ipv6_addr_type() in sctp_v6_is_any().Brian Haley1-3/+1
2005-04-28[SCTP] Implement Sec 2.41 of SCTP Implementers guide.Jerome Forissier2-34/+62
2005-04-28[SCTP] Fix SCTP_ASSOCINFO getsockopt for 1-1 styleVladislav Yasevich1-1/+1
2005-04-25[NET]: kill gratitious includes of major.hAl Viro21-21/+0
2005-04-25[TCP]: Trivial tcp_data_queue() cleanupJames Morris1-1/+0
2005-04-25[PKT_SCHED]: Eliminate unnecessary includes in simple.cDavid S. Miller1-16/+2
2005-04-25[NETFILTER]: Drop conntrack reference when packet leaves IPPatrick McHardy2-7/+2
2005-04-25[NETFILTER]: Fix truncated sequence numbers in FTP helperYasuyuki KOZAKAI1-2/+2
2005-04-24[IPV6]: export inet6_sock_nrArnaldo Carvalho de Melo1-0/+1
2005-04-24[PKT_SCHED]: improve hashing performance of cls_fwThomas Graf1-4/+27
2005-04-24[SELINUX]: Fix ipv6_skip_exthdr() invocation causing OOPS.Herbert Xu2-9/+6
2005-04-24[NET]: Document ->hard_start_xmit() locking in comments.Ben Greear1-0/+13
2005-04-24[PKT_SCHED]: Introduce simple actions.Jamal Hadi Salim3-5/+123
2005-04-24[TCP]: skb pcount with MTU discoveryDavid S. Miller1-11/+14
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2-4/+2
2005-04-24[NETFILTER]: Ignore PSH on SYN/ACK in TCP connection trackingPatrick McHardy1-0/+1
2005-04-24[NETFILTER]: Fix NAT sequence number adjustmentPatrick McHardy3-16/+98
2005-04-21[XFRM]: Fix existence lookup in xfrm_state_findPatrick McHardy1-2/+3
2005-04-21[ATM]: net/atm/resources.c: remove __free_atm_devAdrian Bunk1-8/+3
2005-04-21[AX25]: make ax25_queue_xmit a net_device parameterArnaldo Carvalho de Melo4-14/+6
2005-04-21[ATM]: sk_atm() conversion missed subtle change of vccChas Williams1-0/+1
2005-04-21[NET]: Add missing newline for skb_*_panicPatrick McHardy1-4/+8
2005-04-19[IPSEC]: COW skb header in UDP decapHerbert Xu1-0/+2
2005-04-19[ATALK]: Add missing dev_hold() to atrtr_create().Herbert Xu1-0/+1
2005-04-19[SOCK]: on failure free the sock from the right placeArnaldo Carvalho de Melo1-1/+4
2005-04-19[NET]: skbuff: remove old NET_CALLER macroStephen Hemminger2-10/+5
2005-04-19[RTNETLINK]: Add comma to final entry in link_rtnetlink_tableDavid S. Miller1-1/+1
2005-04-19[RTNETLINK]: Protocol family wildcard dumping for routing rulesThomas Graf1-1/+2
2005-04-19[IPV6]: Replace bogus instances of inet->recverrHerbert Xu2-5/+3
2005-04-19[IPV6]: IPV6_CHECKSUM socket option can corrupt kernel memoryHerbert Xu2-13/+128
2005-04-19[IPV6]: Fix a branch predictionYOSHIFUJI Hideaki1-1/+1
2005-04-18[PATCH] kobject/hotplug split - net bridgekay.sievers@vrfy.org1-0/+2
2005-04-16[PATCH] x86_64: Make IRDA devices are not really ISA devices not depend on CONFIG_ISAAndi Kleen1-3/+1
2005-04-16[PATCH] irda_device() oops fixJean Tourrilhes1-2/+9
2005-04-16[PATCH] Fix dst_destroy() raceHerbert Xu1-2/+4
2005-04-16[PATCH] net: don't call kmem_cache_create with a spinlock heldArnaldo Carvalho de Melo1-5/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds668-0/+356308