summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-21ethtool.h: MDI setting supportJesse Brandeburg1-6/+11
2012-08-20team: add support for non-ethernet devicesJiri Pirko5-34/+79
2012-08-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ppwask...David S. Miller2-238/+284
2012-08-20tipc: eliminate configuration for maximum number of name publicationsYing Xue5-28/+7
2012-08-20tipc: eliminate configuration for maximum number of name subscriptionsYing Xue5-30/+9
2012-08-20tipc: add __read_mostly annotations to several global variablesYing Xue3-11/+11
2012-08-20tipc: convert tipc_nametbl_size type from variable to macroYing Xue1-5/+5
2012-08-20tipc: change tipc_net_start routine return value typeYing Xue3-6/+4
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue1-16/+1
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue4-12/+3
2012-08-20tipc: fix lockdep warning during bearer initializationYing Xue1-1/+15
2012-08-20tipc: optimize the initialization of network device notifierYing Xue1-3/+10
2012-08-20packet: Report fanout status via diag enginePavel Emelyanov4-21/+44
2012-08-20packet: Report rings cfg via diag enginePavel Emelyanov2-1/+60
2012-08-20gre: information leak in ip6_tnl_ioctl()Dan Carpenter1-0/+2
2012-08-17xfrm: Use rcu_dereference_bh to deference pointer protected by rcu_read_lock_bhFan Du1-2/+2
2012-08-17ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2-6/+11
2012-08-17ixgbe: Roll RSC code into non-EOP codeAlexander Duyck1-32/+19
2012-08-17ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck1-77/+89
2012-08-17ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck1-15/+17
2012-08-17ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck1-37/+57
2012-08-17ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck1-14/+38
2012-08-17ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2-19/+45
2012-08-17ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck1-39/+34
2012-08-17ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck1-26/+1
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. Miller95-1126/+3509
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 Du4-9/+8
2012-08-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville95-1126/+3509
2012-08-15sctp: fix a compile error in sctp.hCong Wang1-2/+2
2012-08-15sctp: Make sysctl tunables per netEric W. Biederman14-344/+355
2012-08-15sctp: Push struct net down into sctp_verify_ext_paramEric W. Biederman3-11/+12
2012-08-15sctp: Push struct net down into all of the state machine functionsEric W. Biederman3-283/+341
2012-08-15sctp: Push struct net down into sctp_in_scopeEric W. Biederman4-5/+6
2012-08-15sctp: Push struct net down into sctp_transport_initEric W. Biederman4-6/+9
2012-08-15sctp: Push struct net down to sctp_chunk_event_lookupEric W. Biederman9-36/+60
2012-08-15sctp: Add infrastructure for per net sysctlsEric W. Biederman4-1/+37
2012-08-15sctp: Make the mib per network namespaceEric W. Biederman13-119/+158
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. Biederman5-86/+98
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. Biederman5-45/+60
2012-08-15sctp: Make the address lists per network namespaceEric W. Biederman9-103/+132
2012-08-15sctp: Make the association hashtable handle multiple network namespacesEric W. Biederman6-32/+54
2012-08-15sctp: Make the endpoint hashtable handle multiple network namespacesEric W. Biederman4-11/+18
2012-08-15sctp: Make the port hash table use struct net in it's key.Eric W. Biederman3-11/+16
2012-08-15packet: Report socket mclist info via diag modulePavel Emelyanov2-0/+49
2012-08-15packet: Report more packet sk info via diag modulePavel Emelyanov2-0/+56