aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2-7/+41
2008-01-28[IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2-1/+54
2008-01-28ieee80211: Add IEEE80211_MAX_FRAME_LEN to linux/ieee80211.hMichael Wu1-7/+7
2008-01-28mac80211: Accept auto txpower settingMattias Nissler1-4/+17
2008-01-28[NETPOLL]: Don't need rx_flags.Stephen Hemminger2-8/+3
2008-01-28[NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested.Stephen Hemminger1-4/+4
2008-01-28[NETPOLL]: no need to store local_macStephen Hemminger3-13/+8
2008-01-28[NETPOLL]: netpoll_poll() cleanupStephen Hemminger1-18/+14
2008-01-28[NETPOLL]: Use skb_queue_purge().Stephen Hemminger1-5/+1
2008-01-28[TCP]: Correct DSACK check placingIlpo Järvinen1-10/+5
2008-01-28[CAN]: Add documentationOliver Hartkopp2-0/+631
2008-01-28[CAN]: Add maintainer entriesOliver Hartkopp2-0/+25
2008-01-28[CAN]: Add missing Kbuild entriesOliver Hartkopp2-0/+5
2008-01-28[CAN]: Fix plain integer definitions in userspace header.Oliver Hartkopp1-4/+4
2008-01-28[CAN]: Add virtual CAN netdevice driverOliver Hartkopp5-0/+203
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp4-0/+1642
2008-01-28[CAN]: Add raw protocolOliver Hartkopp4-0/+808
2008-01-28[CAN]: Add PF_CAN core moduleOliver Hartkopp10-0/+1809
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp6-4/+11
2008-01-28[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2-13/+4
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen4-117/+172
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen2-35/+52
2008-01-28[TCP]: Create tcp_sacktag_one().Ilpo Järvinen1-96/+96
2008-01-28[TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen1-3/+2
2008-01-28[TCP]: Make lost retrans detection more self-containedIlpo Järvinen1-9/+11
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen4-17/+30
2008-01-28[TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen1-18/+62
2008-01-28[TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen1-1/+2
2008-01-28[TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen1-17/+14
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov2-17/+11
2008-01-28[NET]: Use sockfd_lookup_light in the rest of the net/socket.cPavel Emelyanov1-18/+7
2008-01-28[IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem1-0/+24
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet19-43/+43
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki6-31/+608
2008-01-28[IPV6] ADDRCONF: Allow address selection policy with ifindex.YOSHIFUJI Hideaki1-4/+8
2008-01-28[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().YOSHIFUJI Hideaki1-4/+6
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller4-4/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy69-302/+321
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu4-5/+40
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu8-15/+16
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu3-5/+3
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu6-33/+69
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu5-12/+15
2008-01-28[IPSEC]: Store xfrm states in security path directlyHerbert Xu1-27/+15
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu6-217/+164
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu2-17/+41
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu11-145/+88
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu5-18/+33
2008-01-28[IPV4]: Add ip_local_outHerbert Xu7-45/+35
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu11-99/+141