aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-05-03[PKT_SCHED]: Action repeatJ Hadi Salim1-2/+2
2005-05-03[IPSEC]: Store idev entriesHerbert Xu3-23/+87
2005-05-03[PKT_SCHED]: netetm: adjust parent qlen when duplicatingStephen Hemminger2-5/+16
2005-05-03[PKT_SCHED]: netetm: make qdisc friendly to outer disciplinesStephen Hemminger1-46/+67
2005-05-03[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflowStephen Hemminger1-0/+1
2005-05-03[NETFILTER]: Drop conntrack reference in ip_dev_loopback_xmit()Patrick McHardy2-2/+1
2005-05-03[NETFILTER]: Fix nf_debug_ip_local_deliver()Patrick McHardy1-13/+2
2005-05-03[NET]: Disable queueing when carrier is lost.Tommy S. Christensen2-0/+11
2005-05-03[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().David S. Miller2-2/+6
2005-05-03[NETLINK]: Fix infinite loops in synchronous netlink changes.David S. Miller3-9/+7
2005-05-03[NETLINK]: Synchronous message processing.Herbert Xu6-37/+47
2005-05-03[NETLINK]: cb_lock does not needs ref count on skHerbert Xu1-3/+0
2005-05-03[PKT_SCHED]: HTB: Drop packet when direct queue is fullAsim Shankar1-0/+4
2005-05-03[TCP]: Optimize check in port-allocation code, v6 version.Folkert van Heusden1-2/+5
2005-05-03[TCP]: Optimize check in port-allocation code.Folkert van Heusden1-2/+5
2005-05-03[PKT_SCHED]: fix typo on KconfigLucas Correia Villa Real1-1/+1
2005-05-03[RTNETLINK] Cleanup rtnetlink_link tablesThomas Graf4-26/+28
2005-05-03[RTNETLINK] Fix & cleanup rtm_min/rtm_maxThomas Graf1-18/+21
2005-05-03[XFRM]: Cleanup xfrm_msg_min and xfrm_dispatchThomas Graf1-37/+36
2005-05-03[IPV6]: Fix raw socket checksums with IPsecHerbert Xu1-3/+4
2005-05-03[NETFILTER]: Don't checksum CHECKSUM_UNNECESSARY skbs in TCP connection trackingPatrick McHardy1-0/+1
2005-05-03[NETFILTER]: Missing owner-field initialization in iptable_rawPatrick McHardy1-2/+4
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+2
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa4-32/+32
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl4-6/+6
2005-05-01[PATCH] Change synchronize_kernel to _rcu and _schedPaul E. McKenney1-1/+1
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