aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-02-01Bluetooth: Increment Management interface revisionJohan Hedberg
2013-02-01Bluetooth: Fix link security setting when powering onJohan Hedberg
2013-02-01Bluetooth: Add support for 128-bit UUIDs in EIR dataJohan Hedberg
2013-02-01Bluetooth: Add support for 32-bit UUIDs in EIR dataJohan Hedberg
2013-02-01Bluetooth: Refactor UUID-16 list generation into its own functionJohan Hedberg
2013-02-01Bluetooth: Remove useless eir_len variable from EIR creationJohan Hedberg
2013-02-01Bluetooth: Simplify UUID16 list generation for EIRJohan Hedberg
2013-02-01Bluetooth: Simplify UUID removal codeJohan Hedberg
2013-02-01Bluetooth: Keep track of UUID type upon additionJohan Hedberg
2013-02-01Bluetooth: Simplify UUIDs clearing codeJohan Hedberg
2013-02-01Bluetooth: Store UUIDs in the same order that they were addedJohan Hedberg
2013-01-31wanrouter: delete now orphaned header content, files/driversPaul Gortmaker
2013-01-31wanrouter: completely decouple obsolete code from kernel.Paul Gortmaker
2013-02-01Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-01-31tcp: detect SYN/data drop when F-RTO is disabledYuchung Cheng
2013-01-31l2tp: correctly handle ancillary data in the ip6 recv pathTom Parkin
2013-01-31ipv6: export ip6_datagram_recv_ctlTom Parkin
2013-01-31ipv6: rename datagram_send_ctl and datagram_recv_ctlTom Parkin
2013-01-31Bluetooth: Fix hci_conn timeout routineAndre Guedes
2013-01-31Bluetooth: Fix handling of unexpected SMP PDUsJohan Hedberg
2013-01-30ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert np->ipv6_fl_list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Convert hash list to RCU.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6 flowlabel: Ensure to take lock when modifying np->ip6_sk_fl_list.YOSHIFUJI Hideaki / 吉藤英明
2013-01-30ipv6: do not create neighbor entries for local deliveryMarcelo Ricardo Leitner
2013-01-30SUNRPC: When changing the queue priority, ensure that we change the ownerTrond Myklebust
2013-01-30Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-29netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29netfilter ip6table_mangle: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29xfrm: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29ipv6 mcast: Use ipv6_addr_equal() in ip6_mc_source().YOSHIFUJI Hideaki / 吉藤英明
2013-01-29Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-01-29tcp: Increment LISTENOVERFLOW and LISTENDROPS in tcp_v4_conn_request()Nivedita Singhvi
2013-01-29ipv6 addrconf: Fix interface identifiers of 802.15.4 devices.YOSHIFUJI Hideaki / 吉藤英明
2013-01-29pktgen: correctly handle failures when adding a deviceCong Wang
2013-01-29netem: fix delay calculation in rate extensionJohannes Naab
2013-01-29l2tp: prevent l2tp_tunnel_delete racing with userspace closeTom Parkin
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29ipv6: add anti-spoofing checks for 6to4 and 6rdHannes Frederic Sowa
2013-01-29ipv6: Fix inet6_csk_bind_conflict so it builds with user namespaces enabledEric W. Biederman
2013-01-29pktgen: support net namespaceCong Wang
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward
2013-01-29ipv4: introduce address lifetimeJiri Pirko
2013-01-29net: frag, move LRU list maintenance outside of rwlockJesper Dangaard Brouer
2013-01-29net: use lib/percpu_counter API for fragmentation mem accountingJesper Dangaard Brouer
2013-01-29net: frag helper functions for mem limit trackingJesper Dangaard Brouer
2013-01-28net neigh: Optimize neighbor entry size calculation.YOSHIFUJI Hideaki / 吉藤英明