aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue
2012-08-20tipc: optimize the initialization of network device notifierYing Xue
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter
2012-08-16xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du
2012-08-16sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter
2012-08-16sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber
2012-08-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2012-08-15net: remove wrong initialization for snd_wl1Razvan Ghitulete
2012-08-15xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-08-14sctp: Make sysctl tunables per netEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman
2012-08-14sctp: Push struct net down into all of the state machine functionsEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_in_scopeEric W. Biederman
2012-08-14sctp: Push struct net down into sctp_transport_initEric W. Biederman
2012-08-14sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman
2012-08-14sctp: Add infrastructure for per net sysctlsEric W. Biederman
2012-08-14sctp: Make the mib per network namespaceEric W. Biederman
2012-08-14sctp: Enable sctp in all network namespacesEric W. Biederman
2012-08-14sctp: Make the proc files per network namespace.Eric W. Biederman
2012-08-14sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman
2012-08-14sctp: Make the ctl_sock per network namespaceEric W. Biederman
2012-08-14sctp: Make the address lists per network namespaceEric W. Biederman
2012-08-14sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman
2012-08-14sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman
2012-08-14sctp: Make the port hash table use struct net in it's key.Eric W. Biederman
2012-08-14packet: Report socket mclist info via diag modulePavel Emelyanov
2012-08-14packet: Report more packet sk info via diag modulePavel Emelyanov
2012-08-14packet: Diag core and basic socket info dumpingPavel Emelyanov
2012-08-14packet: Introduce net/packet/internal.h headerPavel Emelyanov
2012-08-14net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic
2012-08-14Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain
2012-08-14gre: Support GRE over IPv6xeb@mail.ru
2012-08-14net: remove netdev_bonding_change()Amerigo Wang
2012-08-14net: move and rename netif_notify_peers()Amerigo Wang
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-08-09net: Loopback ifindex is constant nowPavel Emelyanov
2012-08-09net: Make ifindex generation per-net namespacePavel Emelyanov
2012-08-09net: Allow to create links with given ifindexPavel Emelyanov
2012-08-09time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet