summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman2013-02-113-8/+12
* skbuff: create skb_panic() function and its wrappersJean Sacren2013-02-111-29/+19
* mrp: make mrp_rcv staticStephen Hemminger2013-02-111-2/+2
* ethtool: fix sparse warningStephen Hemminger2013-02-111-9/+9
* bridge: use dev->addr_assign_type to see if user change macJiri Pirko2013-02-113-5/+1
* ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2Hannes Frederic Sowa2013-02-111-2/+13
* ipv6: don't accept multicast traffic with scope 0Hannes Frederic Sowa2013-02-111-0/+9
* ipv6: don't let node/interface scoped multicast traffic escape on the wireHannes Frederic Sowa2013-02-111-0/+7
* net neighbour, decnet: Ensure to align device private data on preferred align...YOSHIFUJI Hideaki / 吉藤英明2013-02-111-1/+1
* ipv6 mcast: Do not join device multicast for interface-local multicasts.YOSHIFUJI Hideaki / 吉藤英明2013-02-111-0/+8
* net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward2013-02-107-7/+134
* net/802: Implement Multiple Registration Protocol (MRP)David Ward2013-02-103-0/+899
* VSOCK: Introduce VM SocketsAndy King2013-02-1014-0/+5864
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-0811-28/+56
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-0928-85/+176
| |\
| | * net: sctp: sctp_endpoint_free: zero out secret key dataDaniel Borkmann2013-02-081-0/+5
| | * net: sctp: sctp_setsockopt_auth_key: use kzfree instead of kfreeDaniel Borkmann2013-02-081-1/+1
| | * l2tp: dont play with skb->truesizeEric Dumazet2013-02-082-12/+0
| | * net: sctp: sctp_auth_key_put: use kzfree instead of kfreeDaniel Borkmann2013-02-071-1/+1
| | * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2013-02-071-7/+9
| | |\
| | | * openvswitch: Move LRO check from transmit to receive.Jesse Gross2013-01-211-7/+9
| | * | ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit()Tommi Rantala2013-02-061-1/+1
| | * | tcp: fix for zero packets_in_flight was too broadIlpo Järvinen2013-02-061-2/+6
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-062-3/+16
| | |\ \
| | | * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-02-042-3/+16
| | | |\ \
| | | | * | Bluetooth: Fix hci_conn timeout routineAndre Guedes2013-01-311-3/+3
| | | | * | Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg2013-01-311-0/+13
| * | | | | Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-02-011-1/+17
| |\ \ \ \ \
| | * | | | | SUNRPC: When changing the queue priority, ensure that we change the ownerTrond Myklebust2013-01-301-1/+17
* | | | | | | net: sctp: sctp_auth_make_key_vector: use sctp_auth_create_keyDaniel Borkmann2013-02-081-5/+3
* | | | | | | ipv6: fix a RCU warning in net/ipv6/ip6_flowlabel.cAmerigo Wang2013-02-081-4/+4
* | | | | | | skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZEAlexander Duyck2013-02-081-4/+0
* | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-0826-379/+933
|\ \ \ \ \ \ \
| * | | | | | | Bluetooth: Refactor mgmt_pending_foreachAndre Guedes2013-02-011-6/+2
| * | | | | | | Bluetooth: Remove unneeded lockingAndre Guedes2013-02-011-4/+0
| * | | | | | | Bluetooth: Reduce critical section in sco_conn_readyAndre Guedes2013-02-011-8/+10
| * | | | | | | Bluetooth: Increment Management interface revisionJohan Hedberg2013-02-011-1/+1
| * | | | | | | Bluetooth: Fix link security setting when powering onJohan Hedberg2013-02-011-0/+7
| * | | | | | | Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
| * | | | | | | Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg2013-02-011-0/+34
| * | | | | | | Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg2013-02-011-35/+43
| * | | | | | | Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg2013-02-011-7/+1
| * | | | | | | Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg2013-02-011-31/+15
| * | | | | | | Bluetooth: Simplify UUID removal codeJohan Hedberg2013-02-011-4/+2
| * | | | | | | Bluetooth: Keep track of UUID type upon additionJohan Hedberg2013-02-011-25/+23
| * | | | | | | Bluetooth: Simplify UUIDs clearing codeJohan Hedberg2013-02-011-7/+3
| * | | | | | | Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg2013-02-011-1/+1
| * | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-3017-159/+457
| |\ \ \ \ \ \ \
| | * | | | | | | mac80211: fix mesh_sta_info_get() reshuffle damageThomas Pedersen2013-01-281-0/+2
| | * | | | | | | cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan2013-01-254-0/+151
OpenPOWER on IntegriCloud