Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-18ieee802154: properly unshare skbs in ieee802154 *_rcv functionsPhoebe Buckheister
2014-03-18ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien
2014-03-18net: sched: use no more than one page in struct fw_headEric Dumazet
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-03-18netfilter: conntrack: Fix UP buildsEric Dumazet
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman
2014-03-17netpoll: Move all receive processing under CONFIG_NETPOLL_TRAPEric W. Biederman
2014-03-17netpoll: Consolidate neigh_tx processing in service_neigh_queueEric W. Biederman
2014-03-17netpoll: Move netpoll_trap under CONFIG_NETPOLL_TRAPEric W. Biederman
2014-03-17netpoll: Don't drop all received packets.Eric W. Biederman
2014-03-17netpoll: Add netpoll_rx_processingEric W. Biederman
2014-03-17netpoll: Warn if more packets are processed than are budgetedEric W. Biederman
2014-03-17netpoll: Visit all napi handlers in poll_napiEric W. Biederman
2014-03-17netpoll: Pass budget into poll_napiEric W. Biederman
2014-03-17netpoll: move setting of NETPOLL_RX_DROP into netpoll_poll_devEric W. Biederman
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-03-17Merge tag 'nfc-next-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-03-17netfilter: connlimit: use rbtree for per-host conntrack obj storageFlorian Westphal
2014-03-17netfilter: connlimit: make same_source_net signedFlorian Westphal
2014-03-17netfilter: connlimit: use keyed locksFlorian Westphal
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-15ieee802154: add proper length checks to header creationsPhoebe Buckheister
2014-03-156lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister
2014-03-15ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister
2014-03-15mac802154: use header operations to create/parse headersPhoebe Buckheister
2014-03-15ieee802154: add header structs with endiannes and operationsPhoebe Buckheister
2014-03-15ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister
2014-03-15ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister
2014-03-14NFC: llcp: Use list_for_each_entry in nfc_llcp_find_local()Axel Lin
2014-03-14NFC: Move checking valid gb_len value to nfc_llcp_set_remote_gbAxel Lin
2014-03-14NFC: Remove redundant test for dev->n_targets in nfc_find_targetAxel Lin
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg
2014-03-14vti6: Enable namespace changingSteffen Klassert
2014-03-14vti6: Check the tunnel endpoints of the xfrm state and the vti interfaceSteffen Klassert
2014-03-14vti6: Support inter address family tunneling.Steffen Klassert
2014-03-14xfrm6: Remove xfrm_tunnel_notifierSteffen Klassert
2014-03-14vti6: Update the ipv6 side to use its own receive hook.Steffen Klassert
2014-03-14vti6: Remove caching of flow informations.Steffen Klassert
2014-03-14vti6: Remove dst_entry cachingSteffen Klassert
2014-03-14ipcomp6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14ah6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14esp6: Use the IPsec protocol multiplexer APISteffen Klassert
2014-03-14xfrm6: Add IPsec protocol multiplexerSteffen Klassert
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds