summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-17xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du1-2/+2
2012-08-17sctp: fix bogus if statement in sctp_auth_recv_cid()Dan Carpenter1-1/+1
2012-08-17sctp: fix compile issue with disabled CONFIG_NET_NSUlrich Weber1-6/+3
2012-08-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller16-129/+392
2012-08-16net: remove wrong initialization for snd_wl1Razvan Ghitulete1-2/+1
2012-08-16xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du3-8/+7
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville16-129/+392
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman12-228/+265
2012-08-15sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman2-8/+9
2012-08-15sctp: Push struct net down into all of the state machine functionsEric W. Biederman2-282/+339
2012-08-15sctp: Push struct net down into sctp_in_scopeEric W. Biederman3-4/+5
2012-08-15sctp: Push struct net down into sctp_transport_initEric W. Biederman3-5/+8
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman7-28/+51
2012-08-15sctp: Add infrastructure for per net sysctlsEric W. Biederman2-0/+28
2012-08-15sctp: Make the mib per network namespaceEric W. Biederman11-114/+151
2012-08-15sctp: Enable sctp in all network namespacesEric W. Biederman2-9/+11
2012-08-15sctp: Make the proc files per network namespace.Eric W. Biederman3-73/+81
2012-08-15sctp: Move the percpu sockets counter out of sctp_proc_initEric W. Biederman1-6/+7
2012-08-15sctp: Make the ctl_sock per network namespaceEric W. Biederman3-44/+52
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman5-80/+104
2012-08-15sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman4-28/+49
2012-08-15sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2-8/+15
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman1-9/+13
2012-08-15packet: Report socket mclist info via diag modulePavel Emelyanov1-0/+39
2012-08-15packet: Report more packet sk info via diag modulePavel Emelyanov1-0/+33
2012-08-15packet: Diag core and basic socket info dumpingPavel Emelyanov3-0/+114
2012-08-15packet: Introduce net/packet/internal.h headerPavel Emelyanov2-97/+105
2012-08-15net: ipv4: fib_trie: Don't unnecessarily search for already found fib leafIgor Maravic1-4/+6
2012-08-15Replace rwlock on xfrm_policy_afinfo with rcuPriyanka Jain1-18/+21
2012-08-15gre: Support GRE over IPv6xeb@mail.ru4-24/+1872
2012-08-15net: remove netdev_bonding_change()Amerigo Wang1-6/+0
2012-08-15net: move and rename netif_notify_peers()Amerigo Wang2-18/+18
2012-08-13mac80211: fix unnecessary beacon update after peering status changeMarco Porsch3-34/+33
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville13-95/+359
2012-08-10net: Loopback ifindex is constant nowPavel Emelyanov6-10/+10
2012-08-10net: Make ifindex generation per-net namespacePavel Emelyanov1-2/+2
2012-08-10net: Allow to create links with given ifindexPavel Emelyanov2-6/+13
2012-08-10time: jiffies_delta_to_clock_t() helper to the rescueEric Dumazet6-19/+16
2012-08-08fib: use __fls() on non null argumentEric Dumazet1-1/+2
2012-08-07tcp: ecn: dont delay ACKS after CEEric Dumazet1-1/+5
2012-08-07net: tcp: GRO should be ECN friendlyEric Dumazet1-2/+2
2012-08-06Bluetooth: Refactor in hci_le_conn_complete_evtAndre Guedes1-13/+9
2012-08-06Bluetooth: Lookup hci_conn in hci_le_conn_complete_evtAndre Guedes1-2/+2
2012-08-06Bluetooth: Find hci_conn by BT_CONNECT stateAndre Guedes1-8/+3
2012-08-06Bluetooth: Refactor hci_cs_le_create_connAndre Guedes1-14/+16
2012-08-06Bluetooth: Remove unneeded codeAndre Guedes1-10/+0
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+5
2012-08-06Bluetooth: Trivial refactoringAndre Guedes1-2/+1
2012-08-06Bluetooth: Added /proc/net/sco via bt_procfs_init()Masatake YAMATO1-0/+9
2012-08-06Bluetooth: Added /proc/net/rfcomm via bt_procfs_init()Masatake YAMATO1-2/+12