aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2004-12-13[PKT_SCHED]: Keep netem queue running until inner qdisc is emptyPatrick McHardy2-8/+1
2004-12-13[IPV4/IPV6]: IGMP source filter fixesChris Wright2-10/+10
2004-12-09[NETFILTER]: TCP window tracking bug fixes.Jozsef Kadlecsik1-14/+19
2004-12-08[IPVS] add a sysctl variable to expire quiescent templateWensong Zhang2-12/+23
2004-12-08Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller4-26/+47
2004-12-08[IPV6]: Do not use udp_poll for RAW sockets.David S. Miller1-1/+23
2004-12-08[TCP]: Missing KERN_INFO in remotely triggerable printk.Solar Designer1-1/+1
2004-12-08[PKT_SCHED]: netem forgets to restart device after inserting packetsStephen Hemminger1-2/+4
2004-12-08[PKT_SCHED]: Fix oops in ipt action error path.Patrick McHardy1-2/+1
2004-12-07[NETFILTER]: Fix memory leak in ip_conntrack_ftpPatrick McHardy1-0/+1
2004-12-07[NET]: CMSG compat code needs signedness fixes too.David S. Miller1-5/+7
2004-12-07[NET]: Fix CMSG validation checks wrt. signedness.Herbert Xu4-15/+4
2004-12-07[IPV4]: Do not leak IP options.David S. Miller1-0/+2
2004-12-07[IPV6]: Fix check if we're a router.Hideaki Yoshifuji1-1/+1
2004-12-07[IPV4]: Do not use udp_poll for RAW sockets.Mitchell Blank Jr.1-1/+26
2004-12-06[Bluetooth] Track the class of device valueMarcel Holtmann2-0/+2
2004-12-06[Bluetooth] Use separate inquiry data structureMarcel Holtmann4-26/+45
2004-11-30[GNET_STATS]: kernel-api doc for gnet stats/estimatorThomas Graf2-1/+124
2004-11-30[UDP]: Select handling of bad checksums.Stephen Hemminger3-2/+49
2004-11-29[NET]: Missing security_*() check in net/compat.cMitchell Blank Jr.1-0/+4
2004-11-29[PKTGEN]: Clean error count before each run.Scott Feldman1-0/+1
2004-11-29[NET]: Fix inline keyword usage in skbuff.cJesper Juhl1-2/+2
2004-11-29[DECNET]: Typo in accept causes OOPS.Patrick Caulfield1-1/+1
2004-11-29[IPV6]: Fix races in ip6_route_{input,output}()Hideaki Yoshifuji1-4/+15
2004-11-29[IPV4]: Use schedule_timeout() instead of jiffies polling in ipconfig.Magnus Damm1-9/+6
2004-11-29Merge bk://bk.skbuff.net:20610/linux-2.6-inet6/David S. Miller1-48/+65
2004-11-25Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds5-9/+49
2004-11-24[IPV6] improve ipv6_ifa_notify() readability.Brian Haley1-4/+2
2004-11-24[IPV6] Clean-up locking in ipv6_add_addr().Hideaki Yoshifuji1-19/+15
2004-11-24[IPV6] Stop DAD during shutting down the interface.Hideaki Yoshifuji1-8/+20
2004-11-24[IPV6] Fix a race when dad completed during shutting down its owner interface.Hideaki Yoshifuji1-2/+13
2004-11-24[IPV6] Fix possible dead-lock in ipv6_create_tempaddr().Hideaki Yoshifuji1-19/+19
2004-11-23[NETFILTER]: Apply ipsec to ipt_REJECT packets.Herbert Xu1-6/+34
2004-11-23[ATM]: Handle register_netdevice_notifier() errors in mpc.cMaximilian Attems1-1/+6
2004-11-23[VLAN]: Handler register_netdevice_notifier() errors.Maximilian Attems1-2/+7
2004-11-23[XFRM]: Fix endless loop in xfrm_policy_insertPatrick McHardy1-0/+1
2004-11-22[DECNET]: dn_neigh.c needs linux/module.hManfred Schwarb1-0/+1
2004-11-20[PATCH] misc __user annotationsAlexander Viro3-6/+6
2004-11-19[AF_UNIX]: Don't lose ECONNRESET in unix_seqpacket_sendmsg()James Morris1-2/+7
2004-11-18[PATCH] knfsd: svcrpc: fqdn length fixNeil Brown1-7/+7
2004-11-17[AF_UNIX]: Fix SELinux crashes with SOCK_SEQPACKETJames Morris1-4/+22
2004-11-17[VLAN]: change_mtu should return 0 on success.John W. Linville1-1/+1
2004-11-17[IPV4]: Missing pskb_may_pull in icmp_filter.Ian Pratt1-0/+3
2004-11-17[SCTP]: Fix printk arg typeRandy Dunlap1-1/+1
2004-11-17[DECNET]: Remove DECNET_SIOCGIFCONF.Patrick Caulfield2-71/+0
2004-11-17Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-3/+30
2004-11-17[Bluetooth] Check for L2CAP reliabilityMarcel Holtmann1-0/+21
2004-11-17[Bluetooth] Add support for L2CAP secure modeMarcel Holtmann1-3/+8
2004-11-17[Bluetooth] Correct locking for zero SCID responsesMarcel Holtmann1-0/+1
2004-11-17[IPV6]: Set sk_prot early enough in inet6_create()David S. Miller1-1/+1
2004-11-16Merge bk://kernel.bkbits.net/acme/sock-2.6David S. Miller28-96/+232
2004-11-16[IPV4/IPV6]: Remove frag_list check from output path.Herbert Xu2-4/+3
2004-11-15[PATCH] net: scheduling policing fixAndries E. Brouwer1-0/+1
2004-11-15Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds22-90/+184
2004-11-15[IPV6]: Fix xfrm6_tunnel_check_size mtu calc.Herbert Xu1-1/+1
2004-11-14[PATCH] fix appletalk lockingAndries E. Brouwer1-1/+1
2004-11-14Merge bk://212.42.230.204/nf-2.6David S. Miller15-74/+134
2004-11-16[NETFILTER]: revert MASQUERADE optimization for mostly static IPsPhil Oester1-24/+36
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-icmpPatrick McHardy8-29/+33
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ipqPatrick McHardy4-11/+43
2004-11-15Merge coreworks.de:/home/kaber/src/nf/nf-2.6-ip6tablesPatrick McHardy2-10/+22
2004-11-14[SCTP]: Fix inetaddr notifier chain corruptionPatrick McHardy2-6/+9
2004-11-14[NETFILTER]: Fix stack leakage in iptablesRusty Russell1-1/+1
2004-11-14[NETFILTER]: Cleanup find_appropriate_src() FixRusty Russell1-5/+2
2004-11-14[NETLINK]: Fix mc_list operationsHerbert Xu1-2/+9
2004-11-14[IPV6]: Temp fix for ipv6 link-local address problem.David S. Miller1-0/+23
2004-11-14[AF_UNIX]: Serialize dgram read using semaphore just like stream.David S. Miller1-1/+5
2004-11-15[NET] Assign inet transport sockets to the right moduleArnaldo Carvalho de Melo9-2/+10
2004-11-14Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds2-1/+43
2004-11-13[NETFILTER]: Fix invalid tcp/udp checksums within NATed icmp errorsPatrick McHardy5-9/+15
2004-11-13[NETFILTER]: associate locally generated icmp errors with conntrack of origin...Patrick McHardy3-20/+18
2004-11-13[NET]: No reason for pktgen.c to include pci.hAdrian Bunk1-1/+0
2004-11-13[APPLETALK]: Missing file add in recent commit.David S. Miller1-0/+43
2004-11-13[NETFILTER]: Enable rx timestamps in ip_queue/ip6_queuePatrick McHardy2-4/+8
2004-11-13[NET]: Move rx timestamp functions to net/core/dev.cPatrick McHardy2-5/+27
2004-11-13[PATCH] no __initdata in netfilterAndries E. Brouwer2-4/+4
2004-11-13[NETFILTER]: Handle nonlinear skbs in ip_queue/ip6_queuePatrick McHardy2-2/+8
2004-11-12Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds26-80/+345
2004-11-11[PATCH] netpoll: fix null ifa_list pointer dereferenceAndrew Morton1-2/+2
2004-11-10Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-misc/David S. Miller20-79/+83
2004-11-10[NET]: Remove net_init.c ifdef clutter.Christoph Hellwig6-1/+262
2004-11-11[IPV6] Use ipv6_addr_equal() where appropriate.Hideaki Yoshifuji19-78/+77
2004-11-09Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller47-285/+290
2004-11-10[IPV6] Fix unresolved symbol timer_bug_msg.Hideaki Yoshifuji1-1/+6
2004-11-09Cset exclude: herbert@gondor.apana.org.au|ChangeSet|20041110052404|08839David S. Miller1-5/+1
2004-11-09[PKT_SCHED]: Unline inner qdiscs immediately in qdisc_destroy()Patrick McHardy2-2/+28
2004-11-09[NETFILTER]: Fix find_appropriate_src() to actually work.Rusty Russell1-25/+25
2004-11-09[AX25]: Fix cb lookupRalf Bächle1-10/+2
2004-11-09[NET]: Mark __{lock,release}_sock() static.Arjan van de Ven1-4/+2
2004-11-09[PKT_SCHED]: Fix scheduler/classifier module unload race.Patrick McHardy2-10/+8
2004-11-09[PKT_SCHED]: Mark some functions static in tc actions/act_apiPatrick McHardy5-33/+35
2004-11-09[IPV6]: Close small race in ip6_del_rtHerbert Xu1-1/+1
2004-11-09[IPV6]: Fix dst leak in ipv6_add_addrHerbert Xu1-1/+5
2004-11-09[PATCH] recieve typosAndries E. Brouwer2-3/+3
2004-11-09[PATCH] propogate typosAndries E. Brouwer1-2/+2
2004-11-09[NET]: Lock initializer unifyingAndrew Morton30-51/+51
2004-11-09[BLUETOOTH]: Lock initializer unifyingAndrew Morton1-1/+1
2004-11-09Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller5-73/+124
2004-11-09[NET]: Remove dead exports from net/core/dev.cChristoph Hellwig1-75/+13
2004-11-08[Bluetooth] Some trivial s/int/unsigned int/Marcel Holtmann2-4/+5
2004-11-06[Bluetooth] Support responses with zero SCIDMarcel Holtmann1-69/+96
2004-11-06[Bluetooth] Add function for triggering a link key changeMarcel Holtmann2-0/+23
2004-11-05Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds14-59/+38
2004-11-05[NETLINK]: Fix pid rover code.Herbert Xu1-4/+3
2004-11-05[PKT_SCHED]: Fix device leaks in mirred actionPatrick McHardy1-1/+2
2004-11-05[NET]: Get rid of unused global counter in neighbourHerbert Xu1-3/+0
2004-11-05[DECNET]: Fix return codesPatrick Caulfield2-5/+5
2004-11-05[DECNET]: Route RCU fixPatrick Caulfield1-1/+1
2004-11-05[NETFILTER]: Don't use skb_header_pointer in amanda conntrack helperPatrick McHardy1-7/+5
2004-11-05[PKT_SCHED]: ipt: Convert jiffies values to USER_HZ when dumpingPatrick McHardy1-3/+3
2004-11-05[PKT_SCHED]: gact: Convert jiffies values to USER_HZ when dumpingPatrick McHardy1-3/+3
2004-11-05[PKT_SCHED]: mirred: Convert jiffies values to USER_HZ when dumpingPatrick McHardy1-3/+3
2004-11-05[PKT_SCHED]: pedit: Convert jiffies values to USER_HZ when dumpingPatrick McHardy1-3/+3
2004-11-05[IPV6]: Fix mca_sfcount[] refcounting in error path.Arnaldo Carvalho de Melo1-1/+2
2004-11-05[PKT_SCHED]: Fix rcu_assign_pointer fallout, use it in the right placePatrick McHardy2-7/+3
2004-11-05[PKT_SCHED]: Remove old estimator code, no longer used.Thomas Graf2-15/+0
2004-11-05[PKT_SCHED]: Builtin qdiscs should avoid all qdisc_destroy() processing.Thomas Graf1-3/+3
2004-11-05[PKT_SCHED]: Initialize lists of builtin qdiscs.Thomas Graf1-0/+2
2004-11-04[PATCH] Wireless Extension dropped patchletJean Tourrilhes1-2/+7
2004-11-04[NETFILTER]: Make eui64 match usuable in FORWARD chainYasuyuki Kozakai1-1/+1
2004-11-04[NETFILTER]: introduce skb_header_pointer() to ipv6header matchYasuyuki Kozakai1-5/+6
2004-11-04[NETFILTER]: Fix multiple bugs in ipv6header matchYasuyuki Kozakai1-5/+16
2004-11-03[TCP]: Fix tcp_diag build with ipv6 completely disabled.David S. Miller1-0/+14
2004-11-02[NET]: Zero out SIOCGIFHWADDR buffer if dev->addr_len is zero.Matt Domsch1-2/+5
2004-11-02[NET]: Neighbour table entries counter needs to be atomic_tHerbert Xu1-10/+15
2004-11-02[NETLINK]: Hash sockets by pid if not multicast.Herbert Xu1-109/+374
2004-11-02[GNET_STATS]: Export gnet_stats_start_copy_compat to modules.David S. Miller1-0/+1
2004-11-02[PKT_SCHED]: cls_*: use tcf_police_dump_stats to dump via new gnet_stats APIThomas Graf4-16/+8
2004-11-02[PKT_SCHED]: police: use gnet_stats for old policer statsThomas Graf1-7/+32
2004-11-02[PKT_SCHED]: police: use gnet_stats for action policer statsThomas Graf1-17/+6
2004-11-02[PKT_SCHED]: pedit: use gnet_stats for action statsThomas Graf1-15/+3
2004-11-02[PKT_SCHED]: mirred: use gnet_stats for action statsThomas Graf1-18/+5
2004-11-02[PKT_SCHED]: ipt: use gnet_stats for action statsThomas Graf1-18/+5
2004-11-02[PKT_SCHED]: gact: use gnet_stats for action statsThomas Graf1-16/+4
2004-11-02[PKT_SCHED]: tcf_action: copy generic stats via TCA_ACT_STATSThomas Graf1-3/+26
2004-11-02[NET]: Move local_bh_enable back in dev_queue_xmitTommy Christensen1-7/+9
2004-11-02[TCP]: Modular ipv6 support in tcpdiagHerbert Xu2-16/+14
2004-11-02[IPV6]: Do not purge default routes by RA.Hideaki Yoshifuji1-7/+0
2004-11-01Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller3-4/+32
2004-11-01[NET]: Fix unbalanced local_bh_enable() in dev_queue_xmit()Ingo Molnar1-6/+5
2004-11-01[NETFILTER]: Fix build without INET.Stephen Hemminger1-1/+1
2004-11-01[XFRM]: Fix build failures without CONFIG_INETHerbert Xu3-5/+6
2004-11-01[TCP]: Unexport sysctl_tcp_tw_recycleArjan van de Ven1-4/+0
2004-11-01[PKT_SCHED]: cls_u32: Use generic routines for class binding and police confi...Thomas Graf1-122/+30
2004-11-01[PKT_SCHED]: cls_tcindex: Use generic routines for class binding and police c...Thomas Graf1-28/+10
2004-11-01[PKT_SCHED]: cls_rsvp*: Use generic routines for class binding and police con...Thomas Graf1-35/+11
2004-11-01[PKT_SCHED]: cls_route: Use generic routines for class binding and police con...Thomas Graf1-36/+11
2004-11-01[NET]: Unexport call_netdevice_notifiers()Arjan van de Ven1-1/+0
2004-11-01[TCP]: Modularize tcpdiagHerbert Xu6-5/+29
2004-11-01[IPSEC]: Make ah4/esp4/ipcomp depend on INETHerbert Xu1-0/+4
2004-11-01[XFRM]: Move xfrm4_rcv export to its siteHerbert Xu2-1/+3
2004-11-01[SCTP]: Remove an unused function in outqueue.cAdrian Bunk1-10/+0
2004-11-01[PKT_SCHED]: Add iptables action.Jamal Hadi Salim3-1/+401
2004-11-01[NETFILTER]: ipt mutex locks accessJamal Hadi Salim1-0/+14
2004-11-01[PKT_SCHED]: cls_fw: CONFIG_NET_CLS_IND is not dependant on CONFIG_NET_CLS_ACTThomas Graf1-14/+14
2004-11-01[PKT_SCHED]: cls_fw: Break is not enough to stop walkingThomas Graf3-3/+3
2004-11-01[PKT_SCHED]: cls_fw: Whitespace/ifdef fixesThomas Graf1-31/+30
2004-11-01[PKT_SCHED]: cls_fw: Use generic routines to dump action/policerThomas Graf1-39/+9
2004-11-01[PKT_SCHED]: cls_fw: Use generic routines to configure action/policerThomas Graf1-131/+59
2004-11-01[PKT_SCHED]: cls_fw: Cleanup fw_classifyThomas Graf1-32/+24
2004-11-01[NETFILTER]: Remove an unused function in ipt_tcpmss.cAdrian Bunk1-12/+0
2004-11-01[AX25]: Remove an unused function in ax25_route.cAdrian Bunk1-16/+0
2004-11-01[IRDA]: Remove an unused function in net/irda/qos.cAdrian Bunk1-11/+0
2004-11-01[APPLETALK]: Remove an unused functionAdrian Bunk1-7/+0
2004-10-30[Bluetooth] Add security callback to the coreMarcel Holtmann3-4/+32
2004-10-28[NETFILTER]: Avoid warning on CONNTRACK_STAT_INC in destroy_conntrack()Andrew Morton1-1/+1
2004-10-28[X25]: Dont log unknown frame type when receiving clear confirmAndrew Morton1-1/+3
2004-10-28[X25]: Stop /proc/net/x25/route infinitely readingAndrew Morton1-3/+4
2004-10-28[X25]: Stop x25_destroy_socket timer loopingAndrew Morton1-0/+1
2004-10-28[VLAN]: Revert vlan_dev_hard_start_xmit part of Ben Greear's changesDavid S. Miller1-18/+5
2004-10-28[Bluetooth] Allow vendor specific packet typesMarcel Holtmann1-1/+2
2004-10-27[PATCH] Unexport some RxRPC symbolsDavid Howells1-15/+0
2004-10-27[PATCH] RCU: use rcu_assign_pointer()Paul E. McKenney5-18/+11
2004-10-27[ETHTOOL]: Enforce SG requires TX csum rule.Herbert Xu1-1/+30
2004-10-27[XFRM]: Don't panic in xfrm_user_initHerbert Xu1-2/+1
2004-10-27[NETLINK]: Check netlink_insert in kernel_createHerbert Xu1-1/+4
2004-10-27[VLAN]: Sync code and feature set with 2.4.xBen Greear3-23/+109
2004-10-27Merge http://linux-mh.bkbits.net/bluetooth-2.6David S. Miller1-1/+2
2004-10-27[ATM]: don't leak skb on as_indicate failure; don't wakeup twice on as_closeChas Williams1-1/+3
2004-10-27[NET]: Fix NLM_F_MULTI in tcp_diag and xfrm_userHarald Welte2-5/+12
2004-10-26[NETLINK]: Remove netlink_sock_nrHerbert Xu1-8/+0
2004-10-26[PKT_SCHED]: Add generic packet editor.Jamal Hadi Salim3-0/+310
2004-10-26[PKT_SCHED]: Use new header architectureThomas Graf9-8/+16
2004-10-26[PKT_SCHED]: Inline psched_tod_diffThomas Graf1-15/+0
2004-10-26[PKT_SCHED]: Cleanup cls_set_classThomas Graf1-14/+0
2004-10-26[PKT_SCHED]: psched_*_per_* can be staticThomas Graf1-2/+2
2004-10-26[PKT_SCHED]: Move tc_classify from pkt_cls.h to sch_api.cThomas Graf1-0/+47
2004-10-25[NET]: Fix spelling error for IPComp help in Kconfig.Jesper Juhl2-4/+4
2004-10-25[TCP]: Move tcp_get_info() into tcp.cHerbert Xu2-57/+57
2004-10-25Merge bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds3-110/+3
2004-10-25[PATCH] remove NET_HW_FLOWCONTROLArjan van de Ven2-109/+2
2004-10-25Merge pobox.com:/garz/repo/linux-2.6Jeff Garzik1-1/+1
2004-10-25Merge bk://bk.skbuff.net:20610/linux-2.6-inet6-20041026/David S. Miller66-850/+1047
2004-10-27[IPV6] kill a warning when building without CONFIG_SYSCTL.Hideaki Yoshifuji1-1/+2
2004-10-27[IPV6] NDISC: update neighbor cache entry by RS.Hideaki Yoshifuji1-0/+62
2004-10-27[IPV6] simplify functions related to RTF_ALLONLINK.Hideaki Yoshifuji3-25/+9
2004-10-27[IPV6] Remove codes related to RTF_ALLONLINK.Hideaki Yoshifuji4-8/+5
2004-10-27[IPV6] Lookup appropriate destination when sending TCPv6 with routing header.Brian Haley1-0/+6
2004-10-25[TCP]: Handle real partial-ACKs of TSO frames correctly.Herbert Xu2-13/+7
2004-10-25Merge bk://212.42.230.204/nf-2.6David S. Miller22-666/+736