aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev
2008-01-28[IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller
2008-01-28[IPVS]: Create synced connections with their real stateRumen G. Bogdanovski
2008-01-28[IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski
2008-01-28mac80211: Accept auto txpower settingMattias Nissler
2008-01-28[NETPOLL]: Don't need rx_flags.Stephen Hemminger
2008-01-28[NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested.Stephen Hemminger
2008-01-28[NETPOLL]: no need to store local_macStephen Hemminger
2008-01-28[NETPOLL]: netpoll_poll() cleanupStephen Hemminger
2008-01-28[NETPOLL]: Use skb_queue_purge().Stephen Hemminger
2008-01-28[TCP]: Correct DSACK check placingIlpo Järvinen
2008-01-28[CAN]: Add virtual CAN netdevice driverOliver Hartkopp
2008-01-28[CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp
2008-01-28[CAN]: Add raw protocolOliver Hartkopp
2008-01-28[CAN]: Add PF_CAN core moduleOliver Hartkopp
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp
2008-01-28[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet
2008-01-28[TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen
2008-01-28[TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen
2008-01-28[TCP]: Create tcp_sacktag_one().Ilpo Järvinen
2008-01-28[TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen
2008-01-28[TCP]: Make lost retrans detection more self-containedIlpo Järvinen
2008-01-28[TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen
2008-01-28[TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen
2008-01-28[TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen
2008-01-28[TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen
2008-01-28[NET]: Move sock_valbool_flag to socket.cPavel Emelyanov
2008-01-28[NET]: Use sockfd_lookup_light in the rest of the net/socket.cPavel Emelyanov
2008-01-28[IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet
2008-01-28[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki
2008-01-28[IPV6] ADDRCONF: Allow address selection policy with ifindex.YOSHIFUJI Hideaki
2008-01-28[IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().YOSHIFUJI Hideaki
2008-01-28[IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller
2008-01-28[NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy
2008-01-28[IPSEC]: Add async resume support on inputHerbert Xu
2008-01-28[IPSEC]: Remove nhoff from xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Make x->lastused an unsigned longHerbert Xu
2008-01-28[IPSEC]: Move state lock into x->type->inputHerbert Xu
2008-01-28[IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu
2008-01-28[IPSEC]: Store xfrm states in security path directlyHerbert Xu
2008-01-28[IPSEC]: Merge most of the input pathHerbert Xu
2008-01-28[IPSEC]: Add async resume support on outputHerbert Xu
2008-01-28[IPSEC]: Merge most of the output pathHerbert Xu
2008-01-28[IPV6]: Add ip6_local_outHerbert Xu
2008-01-28[IPV4]: Add ip_local_outHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on inputHerbert Xu
2008-01-28[IPSEC]: Separate inner/outer mode processing on outputHerbert Xu
2008-01-28[INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu