summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-2819-50/+95
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-2818-1/+218
* [IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller2008-01-281-1/+2
* [IPVS]: Create synced connections with their real stateRumen G. Bogdanovski2008-01-282-7/+41
* [IPVS]: Flag synced connections and expose them in procRumen G. Bogdanovski2008-01-282-1/+54
* mac80211: Accept auto txpower settingMattias Nissler2008-01-281-4/+17
* [NETPOLL]: Don't need rx_flags.Stephen Hemminger2008-01-281-4/+0
* [NETPOLL]: Kill NETPOLL_RX_DROP, set but never tested.Stephen Hemminger2008-01-281-4/+4
* [NETPOLL]: no need to store local_macStephen Hemminger2008-01-281-6/+3
* [NETPOLL]: netpoll_poll() cleanupStephen Hemminger2008-01-281-18/+14
* [NETPOLL]: Use skb_queue_purge().Stephen Hemminger2008-01-281-5/+1
* [TCP]: Correct DSACK check placingIlpo Järvinen2008-01-281-10/+5
* [CAN]: Add virtual CAN netdevice driverOliver Hartkopp2008-01-281-0/+3
* [CAN]: Add broadcast manager (bcm) protocolOliver Hartkopp2008-01-283-0/+1577
* [CAN]: Add raw protocolOliver Hartkopp2008-01-283-0/+777
* [CAN]: Add PF_CAN core moduleOliver Hartkopp2008-01-287-0/+1541
* [CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp2008-01-281-2/+2
* [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2008-01-282-13/+4
* [TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen2008-01-282-113/+172
* [TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen2008-01-281-34/+51
* [TCP]: Create tcp_sacktag_one().Ilpo Järvinen2008-01-281-96/+96
* [TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen2008-01-281-3/+2
* [TCP]: Make lost retrans detection more self-containedIlpo Järvinen2008-01-281-9/+11
* [TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen2008-01-282-15/+16
* [TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen2008-01-281-18/+62
* [TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen2008-01-281-1/+2
* [TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen2008-01-281-17/+14
* [NET]: Move sock_valbool_flag to socket.cPavel Emelyanov2008-01-281-9/+11
* [NET]: Use sockfd_lookup_light in the rest of the net/socket.cPavel Emelyanov2008-01-281-18/+7
* [IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem2008-01-281-0/+24
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-2818-42/+42
* [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.YOSHIFUJI Hideaki2008-01-283-31/+561
* [IPV6] ADDRCONF: Allow address selection policy with ifindex.YOSHIFUJI Hideaki2008-01-281-4/+8
* [IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label().YOSHIFUJI Hideaki2008-01-281-4/+6
* [IPSEC]: Kill afinfo->nf_post_routingDavid S. Miller2008-01-283-3/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-2861-286/+296
* [IPSEC]: Add async resume support on inputHerbert Xu2008-01-283-5/+39
* [IPSEC]: Remove nhoff from xfrm_inputHerbert Xu2008-01-287-14/+16
* [IPSEC]: Make x->lastused an unsigned longHerbert Xu2008-01-282-4/+2
* [IPSEC]: Move state lock into x->type->inputHerbert Xu2008-01-286-33/+69
* [IPSEC]: Move integrity stat collection into xfrm_inputHerbert Xu2008-01-285-12/+15
* [IPSEC]: Store xfrm states in security path directlyHerbert Xu2008-01-281-27/+15
* [IPSEC]: Merge most of the input pathHerbert Xu2008-01-285-217/+142
* [IPSEC]: Add async resume support on outputHerbert Xu2008-01-281-17/+40
* [IPSEC]: Merge most of the output pathHerbert Xu2008-01-289-145/+86
* [IPV6]: Add ip6_local_outHerbert Xu2008-01-284-18/+30
* [IPV4]: Add ip_local_outHerbert Xu2008-01-285-42/+31
* [IPSEC]: Separate inner/outer mode processing on inputHerbert Xu2008-01-2810-99/+114
* [IPSEC]: Separate inner/outer mode processing on outputHerbert Xu2008-01-288-83/+143
* [INET]: Give outer DSCP directly to ip*_copy_dscpHerbert Xu2008-01-283-3/+4
OpenPOWER on IntegriCloud