aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2006-08-02[NET]: Fix more per-cpu typosAlexey Dobriyan1-1/+1
2006-08-02[AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2-8/+27
2006-08-02[NET]: Network Event Notifier Mechanism.Tom Tucker1-0/+33
2006-08-02[TCP]: SNMPv2 tcpAttemptFails counter errorWei Yongjun1-0/+3
2006-08-02[IPV6]: Audit all ip6_dst_lookup/ip6_dst_store callsHerbert Xu2-3/+12
2006-07-24[PKT_SCHED]: Fix regression in PSCHED_TADD{,2}.Guillaume Chazarain1-12/+6
2006-07-21[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>Adrian Bunk1-1/+1
2006-07-21[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKedSridhar Samudrala1-5/+2
2006-07-21[SCTP]: Verify all the paths to a peer via heartbeat before using them.Sridhar Samudrala2-0/+13
2006-07-14[PATCH] per-task-delay-accounting: utilities for genetlink usageBalbir Singh1-0/+20
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2-0/+3
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak1-0/+1
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann2-4/+4
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann1-0/+1
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann2-38/+86
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann1-1/+2
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB1-9/+15
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-10/+10
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-0/+3
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+4
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu2-4/+2
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2-4/+11
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu1-0/+6
2006-06-29[NET]: Add ECN support for TSOMichael Chan2-4/+5
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang2-0/+23
2006-06-29[PKT_SCHED]: PSCHED_TADD() and PSCHED_TADD2() can result,tv_usec >= 1000000Shuya MAEDA1-6/+12
2006-06-29[NET]: Added GSO header verificationHerbert Xu2-2/+3
2006-06-25[TIPC]: Corrected potential misuse of tipc_media_addr structure.Allan Stephens1-2/+10
2006-06-23[NET]: fix net-core kernel-docRandy Dunlap1-0/+1
2006-06-23[NET]: Added GSO toggleHerbert Xu1-0/+4
2006-06-23[NET]: Add software TSOv4Herbert Xu2-0/+3
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-06-22Merge branch 'master' into upstreamJeff Garzik33-36/+5
2006-06-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+5
2006-06-20Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds32-32/+0
2006-06-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-2/+3
2006-06-20[SCTP]: Fix unintentional change to SCTP_ASSERT when !SCTP_DEBUGDavid S. Miller1-1/+1
2006-06-19[NET]: Prevent multiple qdisc runsHerbert Xu1-3/+4
2006-06-19Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-26/+135
2006-06-17[SCTP] Reset rtt_in_progress for the chunk when processing its sack.Vlad Yasevich1-1/+1
2006-06-17[SCTP]: Reject sctp packets with broadcast addresses.Vlad Yasevich1-1/+2
2006-06-17[TCP]: Add tcp_slow_start_after_idle sysctl.David S. Miller1-0/+1
2006-06-17[NET]: net.ipv4.ip_autoconfig sysctl removalStephen Hemminger1-1/+0
2006-06-17[NET]: skb_trim auditHerbert Xu1-4/+1
2006-06-17[SECMARK]: Add secmark support to conntrackJames Morris2-0/+30
2006-06-17[IPV4]: Right prototype of __raw_v4_lookup()Alexey Dobriyan1-1/+1
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger1-2/+2
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy1-0/+1
2006-06-17[IPSEC] xfrm: Use IPPROTO_MAX instead of 256Herbert Xu1-1/+1
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu1-0/+17
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu1-8/+1
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-0/+4
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-7/+6
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech1-0/+1
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech1-1/+12
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-0/+2
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2-0/+9
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech1-0/+6
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+38
2006-06-15[PATCH] wireless: Changes to ieee80211.h for user space regulatory daemonLarry Finger1-2/+3
2006-06-05[PATCH] softmac: Fix handling of authentication failureDaniel Drake1-1/+1
2006-06-05[PATCH] softmac: complete shared key authenticationDaniel Drake1-1/+2
2006-06-05Merge branch 'from-linus' into upstreamJohn W. Linville1-1/+2
2006-05-31[PATCH] net/compat.h build fixAndrew Morton1-1/+2
2006-05-26Merge branch 'from-linus' into upstreamJohn W. Linville1-1/+1
2006-05-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse6-7/+12
2006-05-22[IRDA]: fixup type of ->lsap_stateAlexey Dobriyan1-1/+1
2006-05-22Merge branch 'from-linus' into upstreamJohn W. Linville2-3/+4
2006-05-19[SCTP]: Respect the real chunk length when walking parameters.Vladislav Yasevich1-3/+3
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala1-0/+1
2006-05-17Merge branch 'from-linus' into upstreamJohn W. Linville2-0/+2
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley1-0/+1
2006-05-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger2-3/+6
2006-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse6-18/+19
2006-05-05[SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman1-0/+1
2006-05-05[PATCH] softmac: suggest per-frame-type TX rateDaniel Drake1-5/+33
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville2-3/+6
2006-05-05[PATCH] ieee80211: Fix A band channel count (resent)Jean Delvare1-2/+4
2006-05-05[PATCH] softmac: make non-operational after being stoppedDaniel Drake1-1/+2
2006-05-05Merge branch 'from-linus' into upstreamJohn W. Linville5-18/+18
2006-05-03[ROSE]: Eleminate HZ from ROSE kernel interfacesRalf Baechle1-7/+7
2006-05-03[NETROM]: Eleminate HZ from NET/ROM kernel interfacesRalf Baechle1-4/+4
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle1-5/+5
2006-04-29[NET]: use hlist_unhashed()Akinobu Mita2-2/+2
2006-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+4
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse32-32/+0
2006-04-24[PATCH] softmac: add SIOCSIWMLMEJohannes Berg1-0/+5
2006-04-24[PATCH] ieee80211: update version stamp to 1.1.13Zhu Yi1-1/+1
2006-04-24[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoSZhu Yi1-0/+1
2006-04-24[PATCH] ieee80211: Fix TKIP MIC calculation for QoS framesZhu Yi1-0/+3
2006-04-24[PATCH] softmac: fix SIOCSIWAPJohannes Berg1-1/+4
2006-04-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller1-0/+1
2006-04-19[PATCH] softmac: fix event sendingJohannes Berg1-1/+2
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki1-1/+1
2006-04-14[XFRM]: Fix aevent timer.Jamal Hadi Salim1-0/+8
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk1-2/+0
2006-04-09[IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko1-67/+3
2006-04-09[X25]: Restore skb->dev setting in x25_type_trans().David S. Miller1-0/+1
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy1-0/+1
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-16/+1
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu1-1/+1
2006-03-31[TCP]: Kill unused extern decl for tcp_v4_hash_connecting()David S. Miller1-3/+0
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu1-5/+11
2006-03-28[NET]: deinline 200+ byte inlines in sock.hDenis Vlasenko1-87/+4
2006-03-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-8/+9
2006-03-26[NET]: drop duplicate assignment in request_sockNorbert Kiesel1-1/+1
2006-03-25[IPV4]: Aggregate route entries with different TOS valuesIlia Sotnikov1-1/+1
2006-03-24[NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms.David S. Miller1-1/+1
2006-03-23Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik1-1/+11
2006-03-23[PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes1-1/+11
2006-03-22Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2-0/+386
2006-03-22[PATCH] softmac: add copyright and license headersJohannes Berg2-0/+54
2006-03-22[PATCH] softmac: convert to use global workqueueJohannes Berg1-3/+0
2006-03-22[PATCH] wireless: Add softmac layer to the kernelJohannes Berg2-0/+335
2006-03-22[NETFILTER]: futher {ip,ip6,arp}_tables unificationDmitry Mishin1-2/+2
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso1-0/+4
2006-03-22[X25]: allow ITU-T DTE facilities for x25Shaun Pereira1-4/+17
2006-03-21[NET]: socket timestamp 32 bit handler for 64 bit kernelShaun Pereira1-1/+3
2006-03-20[LLC]: llc_mac_hdr_init const argumentsStephen Hemminger1-1/+1
2006-03-20[ICSK] compat: Introduce inet_csk_compat_[gs]etsockoptArnaldo Carvalho de Melo1-0/+5
2006-03-20[NET]: {get|set}sockopt compatibility layerDmitry Mishin6-0/+48
2006-03-20[DECnet]: Endian annotation and fixes for DECnet.Steven Whitehouse7-156/+155
2006-03-20[XFRM]: Fix aevent related crashPatrick McHardy1-1/+9
2006-03-20[TCP]: sysctl to allow TCP window > 32767 sans wscaleRick Jones1-0/+1
2006-03-20[NET]: sem2mutex part 2Ingo Molnar1-1/+2
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-1/+2
2006-03-20[NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin1-1/+1
2006-03-20[ICSK]: Introduce inet_csk_ctl_sock_createArnaldo Carvalho de Melo1-0/+4
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner1-2/+0
2006-03-20[AF_UNIX]: scm: better initializationBenjamin LaHaise1-4/+6
2006-03-20[IPSEC]: Sync series - policy expiresJamal Hadi Salim1-1/+1
2006-03-20[IPSEC]: Sync series - SA expiresJamal Hadi Salim1-0/+3
2006-03-20[IPSEC]: Sync series - acquire insertJamal Hadi Salim1-1/+1
2006-03-20[IPSEC]: Sync series - core changesJamal Hadi Salim1-1/+43
2006-03-20[NETFILTER]: Move ip6_masked_addrcmp to include/net/ipv6.hPatrick McHardy1-0/+12
2006-03-20[NETFILTER] nf_conntrack: clean up to reduce size of 'struct nf_conn'Harald Welte1-22/+34
2006-03-20[TCP]: MTU probingJohn Heffner2-0/+22
2006-03-20[IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R...YOSHIFUJI Hideaki2-0/+23
2006-03-20[IPV6]: ROUTE: Add support for Router Preference (RFC4191).YOSHIFUJI Hideaki1-1/+2
2006-03-20[IPV6]: ROUTE: Eliminate lock for default route pointer.YOSHIFUJI Hideaki1-2/+0
2006-03-20[IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.YOSHIFUJI Hideaki1-3/+0
2006-03-20Merge branch 'master'Jeff Garzik2-2/+9
2006-03-19[AX.25]: Fix potencial memory hole.Ralf Baechle DL5RB1-1/+8
2006-03-17[NET]: Fix race condition in sk_wait_event().Alexey Kuznetsov1-1/+1
2006-03-01Merge branch 'upstream-fixes'Jeff Garzik1-1/+0
2006-02-27[IPSEC]: Kill post_input hook and do NAT-T in esp_input directlyHerbert Xu1-1/+0
2006-02-27Merge branch 'master'Jeff Garzik1-0/+5
2006-02-23[XFRM]: Eliminate refcounting confusion by creating __xfrm_state_put().Herbert Xu1-0/+5
2006-02-17Merge branch 'upstream-fixes'Jeff Garzik5-5/+8
2006-02-15[XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2-1/+1
2006-02-13Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller1-1/+1
2006-02-13[IRDA]: Ratelimit messages.Joe Perches1-3/+3
2006-02-13[Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann1-1/+1
2006-02-09[IRDA]: Set proper IrLAP device address lengthSamuel Ortiz1-0/+3
2006-02-07Merge branch 'master'Jeff Garzik4-13/+17
2006-02-04[NETFILTER]: nf_conntrack: check address family when finding protocol moduleYasuyuki Kozakai1-6/+9
2006-02-02[NET]: Add CONFIG_NETDEBUG to suppress bad packet messages.Stephen Hemminger1-4/+4
2006-02-02[SCTP]: Fix 'fast retransmit' to send a TSN only once.Vlad Yasevich1-1/+1
2006-01-31[IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy1-2/+3
2006-01-30[PATCH] ieee80211: common wx auth codeLarry Finger1-0/+8
2006-01-27[PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi1-3/+165
2006-01-27[PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi1-1/+2
2006-01-27[PATCH] ieee80211: Add LEAP authentication typeZhu Yi1-0/+1
2006-01-27[PATCH] ieee80211: Fix A band min and max channel definitionsZhu Yi1-2/+2
2006-01-19Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2-38/+53
2006-01-17[SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala1-0/+2
2006-01-17[SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich1-0/+8
2006-01-17[SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich1-37/+41
2006-01-17[SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich1-1/+2
2006-01-16[PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk1-0/+1
2006-01-16[PATCH] iw_handler.h: SIOCSIWNAME -> SIOCSIWCOMMIT in commentPete Zaitcev1-1/+1
2006-01-13Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-10/+712
2006-01-13[NET]: Use NIP6_FMT in kernel.hJoe Perches2-3/+3
2006-01-13[PATCH] genetlink: don't touch module ref countPer Liden1-1/+0
2006-01-12[NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2-6/+0
2006-01-12[TIPC] More updates of file headersPer Liden2-2/+1
2006-01-12[TIPC] Update of file headersPer Liden4-8/+4
2006-01-12[TIPC] License header updatePer Liden4-76/+92
2006-01-12[TIPC] Moved configuration interface into tipc_config.hPer Liden1-1/+27
2006-01-12[TIPC] Initial mergePer Liden4-0/+672
2006-01-12[PATCH] fix wrong comments in ieee80211.hJohannes Berg1-2/+4
2006-01-10[INET]: congestion and af_ops can be constStephen Hemminger1-2/+2
2006-01-09[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy1-1/+1
2006-01-09[PKT_SCHED]: Use USEC_PER_SECPatrick McHardy1-11/+12
2006-01-08[PATCH] Eliminate __attribute__ ((packed)) warnings for gcc-4.1Jan Blunck2-79/+79
2006-01-07[IPV4]: make ip_fragment() staticAdrian Bunk1-1/+0
2006-01-07[NETFILTER]: Redo policy lookups after NAT when neccessaryPatrick McHardy1-0/+1
2006-01-07[NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2-2/+3
2006-01-07[IPV4]: reset IPCB flags when neccessaryPatrick McHardy1-5/+3
2006-01-07[IPV4/6]: Netfilter IPsec input hooksPatrick McHardy1-0/+2
2006-01-07[IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2-4/+4
2006-01-07[XFRM]: Netfilter IPsec output hooksPatrick McHardy1-10/+1
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn1-2/+2
2006-01-05[NETFILTER]: Call POST_ROUTING hook before fragmentationPatrick McHardy1-1/+0
2006-01-05[NETFILTER]: Add ctnetlink port for nf_conntrackPablo Neira Ayuso4-2/+72
2006-01-03[TCP]: less inline'sStephen Hemminger1-166/+27