summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-01-11net/wanrouter: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/tipc: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/sunrpc: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/sctp: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/rxrpc: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/rds: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/mac802154: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/mac80211: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/lapb: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/l2tp: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/ipv6: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/ipv4: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/ipv4/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/ieee802154: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/decnet: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/decnet/netfilter: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/dccp: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/dccp/ccids: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/ceph: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net/9p: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11net: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-11NFC: Use skb_copy_datagram_iovecSamuel Ortiz
2013-01-11NFC: Avoid memcpy on LLCP connection less Rx pathSamuel Ortiz
2013-01-11wireless: fix regulatory HT40 allowed checkFelix Fietkau
2013-01-11mac80211: fix HT40 connectionsJohannes Berg
2013-01-10tcp: accept RST without ACK flagEric Dumazet
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck
2013-01-10net_sched: more precise pkt_len computationEric Dumazet
2013-01-10nfs: fix sunrpc/clnt.c kernel-doc warningsRandy Dunlap
2013-01-10ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz
2013-01-10ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz
2013-01-10tcp: fix splice() and tcp collapsing interactionEric Dumazet
2013-01-10tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet
2013-01-10Bluetooth: Fix uuid output in debugfsGustavo Padovan
2013-01-10Bluetooth: Fix sending incorrect new_settings for mgmt_set_poweredJohan Hedberg
2013-01-10Bluetooth: Fix returning proper command status for start_discoveryJohan Hedberg
2013-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-01-10netfilter: xt_CT: fix unset return value if conntrack zone are disabledPablo Neira Ayuso
2013-01-10Bluetooth: Fix checking for exact values of boolean mgmt parametersJohan Hedberg
2013-01-10Bluetooth: Move non-critical sections outside of the dev lockJohan Hedberg
2013-01-10Bluetooth: Fix accepting set_dev_class for non-BR/EDR controllersJohan Hedberg
2013-01-10Bluetooth: Fix checking for valid device class valuesJohan Hedberg
2013-01-10Bluetooth: Fix missing command complete for mgmt_load_long_term_keysJohan Hedberg
2013-01-10Bluetooth: Fix missing command complete event for mgmt_confirm_nameJohan Hedberg
2013-01-09ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明