summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2012-08-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller5-34/+34
2012-08-16xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du1-1/+1
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville5-34/+34
2012-08-15sctp: fix a compile error in sctp.hCong Wang1-2/+2
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman2-116/+90
2012-08-15sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman1-3/+3
2012-08-15sctp: Push struct net down into all of the state machine functionsEric W. Biederman1-1/+2
2012-08-15sctp: Push struct net down into sctp_in_scopeEric W. Biederman1-1/+1
2012-08-15sctp: Push struct net down into sctp_transport_initEric W. Biederman1-1/+1
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman2-8/+9
2012-08-15sctp: Add infrastructure for per net sysctlsEric W. Biederman2-1/+9
2012-08-15sctp: Make the mib per network namespaceEric W. Biederman2-5/+7
2012-08-15sctp: Make the proc files per network namespace.Eric W. Biederman2-13/+17
2012-08-15sctp: Make the ctl_sock per network namespaceEric W. Biederman2-1/+8
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman4-23/+28
2012-08-15sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman2-4/+5
2012-08-15sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman2-3/+3
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman2-2/+3
2012-08-15gre: Support GRE over IPv6xeb@mail.ru2-2/+40
2012-08-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville5-34/+34
2012-08-10net: Loopback ifindex is constant nowPavel Emelyanov1-0/+7
2012-08-10net: Make ifindex generation per-net namespacePavel Emelyanov1-0/+1
2012-08-10net: Dont use ifindices in hash fnsPavel Emelyanov2-2/+4
2012-08-08net: output path optimizationsEric Dumazet2-8/+16
2012-08-07net: avoid reloads in SNMP_UPD_PO_STATSEric Dumazet1-4/+6
2012-08-06Bluetooth: Fix hci_le_conn_complete_evtAndre Guedes1-0/+2
2012-08-06Bluetooth: /proc/net/ entries for bluetooth protocolsMasatake YAMATO1-0/+10
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-14/+2
2012-08-06Bluetooth: Make connect / disconnect cfm functions return voidAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: Define AMP controller statusesAndrei Emeltchenko1-0/+9
2012-08-06Bluetooth: trivial: Fix mixing spaces and tabs in smpAndrei Emeltchenko1-4/+4
2012-08-06Bluetooth: debug: Fix printing refcnt for hci_connAndrei Emeltchenko1-4/+2
2012-08-06Bluetooth: mgmt: Managing only BR/EDR HCI controllersAndrei Emeltchenko1-1/+1
2012-08-06Bluetooth: Remove missing codeAndre Guedes1-6/+0
2012-08-04netlink: add signed typesJiri Pirko1-0/+98
2012-08-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+2
2012-08-02cfg80211: add channel flag to prohibit OFDM operationSeth Forshee1-0/+2
2012-08-02Fix unexpected SA hard expiration after changing dateFan Du1-0/+4
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2012-08-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-5/+35
2012-08-01netvm: prevent a stream-specific deadlockMel Gorman1-3/+5
2012-08-01netvm: set PF_MEMALLOC as appropriate during SKB processingMel Gorman1-0/+5
2012-08-01netvm: allow skb allocation to use PFMEMALLOC reservesMel Gorman1-0/+15
2012-08-01netvm: allow the use of __GFP_MEMALLOC by specific socketsMel Gorman1-1/+4
2012-08-01net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th...Mel Gorman1-0/+5
2012-08-01memcg: rename config variablesAndrew Morton1-2/+2
2012-08-01ipv4: Properly purge netdev references on uncached routes.David S. Miller1-0/+3
2012-08-01ipv4: Cache routes in nexthop exception entries.David S. Miller1-0/+1
2012-08-01ipv4: percpu nh_rth_output cacheEric Dumazet1-1/+2