aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15sctp: fix a compile error in sctp.hCong Wang1-2/+2
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman14-344/+355
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman3-11/+12
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman3-283/+341
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman4-5/+6
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman4-6/+9
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman9-36/+60
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman4-1/+37
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman13-119/+158
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman2-9/+11
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman5-86/+98
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman1-6/+7
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman5-45/+60
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman9-103/+132
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman6-32/+54
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman4-11/+18
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman3-11/+16
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov2-0/+49
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov2-0/+56
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov5-0/+139
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov2-97/+105
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic1-4/+6
2012-08-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain1-18/+21
2012-08-14gre: Support GRE over IPv6xeb@mail.ru9-26/+1933
2012-08-14net: remove netdev_bonding_change()Amerigo Wang3-18/+10
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang6-23/+22
2012-08-09hyperv: Add comments for the extended buffer after RNDIS messageHaiyang Zhang1-1/+7
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov8-10/+18
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov2-2/+3
2012-08-09veth: Allow to create peer link with given ifindexPavel Emelyanov1-0/+3
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov2-6/+13
2012-08-09net: Dont use ifindices in hash fnsPavel Emelyanov3-2/+14
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet7-19/+22
2012-08-07fib: use __fls() on non null argumentEric Dumazet1-1/+2
2012-08-07net: output path optimizationsEric Dumazet2-8/+16
2012-08-07documentation: dt: bindings: cpsw: fixing the examples for directly using it in dts fileMugunthan V N1-48/+53
2012-08-07drivers: net: ethernet: davince_mdio: device tree implementationMugunthan V N2-4/+70
2012-08-06tcp: ecn: dont delay ACKS after CEEric Dumazet1-1/+5
2012-08-06net: tcp: GRO should be ECN friendlyEric Dumazet1-2/+2
2012-08-06net: reorganize IP MIB valuesEric Dumazet1-5/+7
2012-08-06net: avoid reloads in SNMP_UPD_PO_STATSEric Dumazet1-4/+6
2012-08-04ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETEric Dumazet2-6/+16
2012-08-04ipv4: change inet_addr_hash()Eric Dumazet1-21/+18
2012-08-04net: skb_share_check() should use consume_skb()Eric Dumazet1-3/+6
2012-08-03drivers: net: ethernet: cpsw: Add device tree support to CPSWMugunthan V N2-6/+272
2012-08-03drivers: net: ethernet: cpsw: Add SOC dependency support for cpsw dependent modulesMugunthan V N1-2/+2
2012-08-03ppp: add 64 bit statsKevin Groeneveld1-10/+48
2012-08-03team: add support for queue override by setting queue_id for portJiri Pirko2-2/+165
2012-08-03team: add per port priority optionJiri Pirko2-0/+26
2012-08-03team: add signed 32-bit team option typeJiri Pirko2-0/+14