summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller1-1/+2
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-28mac80211: Accept auto txpower settingMattias Nissler1-4/+17
2008-01-28[NETPOLL]: Don't need rx_flags.Stephen Hemminger1-4/+0
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 Hemminger1-6/+3
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 virtual CAN netdevice driverOliver Hartkopp1-0/+3
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp3-0/+1577
2008-01-28[CAN]: Add raw protocolOliver Hartkopp3-0/+777
2008-01-28[CAN]: Add PF_CAN core moduleOliver Hartkopp7-0/+1541
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp1-2/+2
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ärvinen2-113/+172
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen1-34/+51
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ärvinen2-15/+16
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 Emelyanov1-9/+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 Dumazet18-42/+42
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki3-31/+561
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. Miller3-3/+1
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy61-286/+296
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu3-5/+39
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu7-14/+16
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu2-4/+2
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 Xu5-217/+142
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu1-17/+40
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu9-145/+86
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu4-18/+30
2008-01-28[IPV4]: Add ip_local_outHerbert Xu5-42/+31
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu10-99/+114
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu8-83/+143
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu3-3/+4
2008-01-28[IPSEC]: Move x->outer_mode->output out of locked sectionHerbert Xu2-4/+7
2008-01-28[IPSEC]: Forbid BEET + ipcomp for nowHerbert Xu2-19/+20