summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* sctp: Make sysctl tunables per netEric W. Biederman2012-08-1512-228/+265
* sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2012-08-152-8/+9
* sctp: Push struct net down into all of the state machine functionsEric W. Biederman2012-08-152-282/+339
* sctp: Push struct net down into sctp_in_scopeEric W. Biederman2012-08-153-4/+5
* sctp: Push struct net down into sctp_transport_initEric W. Biederman2012-08-153-5/+8
* sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2012-08-157-28/+51
* sctp: Add infrastructure for per net sysctlsEric W. Biederman2012-08-152-0/+28
* sctp: Make the mib per network namespaceEric W. Biederman2012-08-1511-114/+151
* sctp: Enable sctp in all network namespacesEric W. Biederman2012-08-152-9/+11
* sctp: Make the proc files per network namespace.Eric W. Biederman2012-08-153-73/+81
* sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman2012-08-151-6/+7
* sctp: Make the ctl_sock per network namespaceEric W. Biederman2012-08-153-44/+52
* sctp: Make the address lists per network namespaceEric W. Biederman2012-08-155-80/+104
* sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2012-08-154-28/+49
* sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2012-08-152-8/+15
* sctp: Make the port hash table use struct net in it's key.Eric W. Biederman2012-08-151-9/+13
* packet: Report socket mclist info via diag modulePavel Emelyanov2012-08-151-0/+39
* packet: Report more packet sk info via diag modulePavel Emelyanov2012-08-151-0/+33
* packet: Diag core and basic socket info dumpingPavel Emelyanov2012-08-153-0/+114
* packet: Introduce net/packet/internal.h headerPavel Emelyanov2012-08-152-97/+105
* net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic2012-08-151-4/+6
* Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain2012-08-141-18/+21
* gre: Support GRE over IPv6xeb@mail.ru2012-08-144-24/+1872
* net: remove netdev_bonding_change()Amerigo Wang2012-08-141-6/+0
* net: move and rename netif_notify_peers()Amerigo Wang2012-08-142-18/+18
* net: Loopback ifindex is constant nowPavel Emelyanov2012-08-106-10/+10
* net: Make ifindex generation per-net namespacePavel Emelyanov2012-08-101-2/+2
* net: Allow to create links with given ifindexPavel Emelyanov2012-08-102-6/+13
* time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet2012-08-106-19/+16
* fib: use __fls() on non null argumentEric Dumazet2012-08-081-1/+2
* tcp: ecn: dont delay ACKS after CEEric Dumazet2012-08-061-1/+5
* net: tcp: GRO should be ECN friendlyEric Dumazet2012-08-061-2/+2
* ipv4: Introduce IN_DEV_NET_ROUTE_LOCALNETEric Dumazet2012-08-041-4/+7
* ipv4: change inet_addr_hash()Eric Dumazet2012-08-041-21/+18
* net_sched: gact: Fix potential panic in tcf_gact().Hiroaki SHIMODA2012-08-041-3/+11
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-024-3/+24
|\
| * cfg80211: Clear "beacon_found" on regulatory restorePaul Stewart2012-08-021-0/+1
| * cfg80211: add channel flag to prohibit OFDM operationSeth Forshee2012-08-021-0/+2
| * mac80211: cancel mesh path timerJohannes Berg2012-08-011-0/+1
| * mac80211: clear timer bits when disconnectingJohannes Berg2012-08-012-0/+4
| * mac80211: don't clear sched_scan_sdata on sched scan stop requestEliad Peller2012-07-301-1/+0
| * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-07-30457-17258/+24321
| |\
| * | wireless: reg: restore previous behaviour of chan->max_power calculationsStanislaw Gruszka2012-07-251-1/+15
| * | mac80211: fix scan_sdata assignmentJohannes Berg2012-07-241-1/+1
* | | ipv4: route.c cleanupEric Dumazet2012-08-021-4/+0
* | | Fix unexpected SA hard expiration after changing dateFan Du2012-08-021-4/+17
* | | tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-024-11/+18
* | | net: Allow driver to limit number of GSO segments per skbBen Hutchings2012-08-021-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-50/+43
|\ \ \
| * | | clean unix_bind() up a bitAl Viro2012-07-291-45/+43