aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-23[NEIGH] Fix add_timer race in neigh_add_timerHerbert Xu1-2/+2
2005-10-23[NEIGH] Print stack trace in neigh_add_timerHerbert Xu1-0/+1
2005-10-22[SK_BUFF]: ipvs_property field must be copiedJulian Anastasov2-0/+9
2005-10-21ieee80211 subsystem:Michael Buesch1-3/+6
2005-10-20[TCP] Allow len == skb->len in tcp_fragmentHerbert Xu1-11/+1
2005-10-20[DCCP]: Clear the IPCB areaHerbert Xu2-0/+3
2005-10-20[DCCP]: Make dccp_write_xmit always free the packetHerbert Xu2-3/+2
2005-10-20[DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu1-4/+2
2005-10-20Fixed oops if an uninitialized key is used for encryption.Hong Liu1-4/+7
2005-10-19Fixed problem with not being able to decrypt/encrypt broadcast packets.Hong Liu2-2/+4
2005-10-18RPCSEC_GSS: krb5 cleanupJ. Bruce Fields3-33/+6
2005-10-18RPCSEC_GSS remove all qop parametersJ. Bruce Fields10-70/+33
2005-10-18RPCSEC_GSS: Add support for privacy to krb5 rpcsec_gss mechanism.J. Bruce Fields6-6/+535
2005-10-18RPCSEC_GSS: krb5 pre-privacy cleanupJ. Bruce Fields3-59/+14
2005-10-18RPCSEC_GSS: Simplify rpcsec_gss crypto codeJ. Bruce Fields1-29/+77
2005-10-18RPCSEC_GSS: client-side privacy supportJ. Bruce Fields1-1/+148
2005-10-18RPCSEC_GSS: cleanup au_rslack calculationJ. Bruce Fields1-14/+6
2005-10-18SUNRPC: Retry wrap in case of memory allocation failure.J. Bruce Fields1-3/+10
2005-10-18SUNRPC: Provide a callback to allow free pages allocated during xdr encodingJ. Bruce Fields1-0/+3
2005-10-18SUNRPC: Add support for privacy to generic gss-api code.J. Bruce Fields1-0/+22
2005-10-18RPC: stops the release_pipe() funtion from being called twiceSteve Dickson1-0/+2
2005-10-18[PATCH] ieee80211: division by zero fixJiri Benc1-9/+12
2005-10-18RPC: allow call_encode() to delay transmission of an RPC call.Trond Myklebust2-11/+20
2005-10-18SUNRPC: Retry rpcbind requests if the server's portmapper isn't upChuck Lever1-1/+2
2005-10-18Merge branch 'master'Jeff Garzik1-1/+0
2005-10-18Merge /home/trondmy/scm/kernel/git/torvalds/linux-2.6Trond Myklebust133-1119/+1787
2005-10-15[NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.Andrew Morton1-1/+0
2005-10-13Merge branch 'master'Jeff Garzik64-220/+580
2005-10-13[TCP]: Ratelimit debugging warning.Herbert Xu1-5/+7
2005-10-13[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hostsAndi Kleen1-1/+3
2005-10-13[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller4-26/+48
2005-10-12[TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"Herbert Xu1-1/+8
2005-10-12[BRIDGE]: fix race on bridge del ifStephen Hemminger1-1/+1
2005-10-10[TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo1-0/+1
2005-10-10[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo1-1/+5
2005-10-10[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo1-2/+2
2005-10-10[NETFILTER] ctnetlink: add support to change protocol infoPablo Neira Ayuso1-0/+37
2005-10-10[NETFILTER] ctnetlink: allow userspace to change TCP statePablo Neira Ayuso1-0/+23
2005-10-10[NETFILTER]: Use only 32bit counters for CONNTRACK_ACCTHarald Welte2-9/+12
2005-10-10[IPSEC] Fix block size/MTU bugs in ESPHerbert Xu2-6/+7
2005-10-10[IPSEC]: Use ALIGN macro in ESPHerbert Xu2-10/+12
2005-10-10[NETFILTER] ctnetlink: add one nesting level for TCP statePablo Neira Ayuso1-0/+4
2005-10-10[NETFILTER] ctnetlink: ICMP ID is not mandatoryPablo Neira Ayuso1-2/+1
2005-10-10[NETFILTER] conntrack_netlink: Fix endian issue with status from userspaceHarald Welte1-1/+2
2005-10-10[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLVHarald Welte1-2/+2
2005-10-10[NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETEHarald Welte1-1/+6
2005-10-10[NETFILTER] PPTP helper: Add missing Kconfig dependencyHarald Welte1-0/+1
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro38-102/+95
2005-10-07[ATM]: [br2684] if we free the skb, we should return 0Jean-Denis Boyer1-1/+1
2005-10-06[ATM]: add support for LECS addresses learned from networkEric Kinzie3-23/+60