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/core
AgeCommit message (Expand)Author
2014-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-24netpoll: fix the skb check in pkt_is_nsLi RongQing
2014-03-21rtnetlink: fix fdb notification flagsNicolas Dichtel
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-12tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-12skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-03-12skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin
2014-03-12skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin
2014-03-12skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin
2014-03-12skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin
2014-03-11flowcache: restore a single flow_cache kmem_cacheEric Dumazet
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-28neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong
2014-02-28neigh: directly goto out after setting nud_state to NUD_FAILEDDuan Jiong
2014-02-27neigh: probe application via netlink in NUD_PROBETimo Teräs
2014-02-27net: Add sysfs file for port numberAmir Vadai
2014-02-25pktgen: document all supported flagsMathias Krause
2014-02-25pktgen: simplify error handling in pgctrl_write()Mathias Krause
2014-02-25pktgen: fix out-of-bounds access in pgctrl_write()Mathias Krause
2014-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-02-22neigh: fix setting of default gc_* valuesJiri Pirko
2014-02-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-19rtnl: make ifla_policy staticJiri Pirko
2014-02-17netfilter: nf_tables: fix nf_trace always-on with XT_TRACE=nFlorian Westphal
2014-02-17netdevice: move netdev_cap_txqueue for shared usage to headerDaniel Borkmann
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-15net-sysfs: get_netdev_queue_index() cleanupEric Dumazet
2014-02-14net: remove unnecessary return'sstephen hemminger
2014-02-14net: core: introduce netif_skb_dev_featuresFlorian Westphal
2014-02-14net: correct error path in rtnl_newlink()Cong Wang
2014-02-12flowcache: Make flow cache name space awareFan Du
2014-02-12skbuff: Introduce skb_to_sgvec_nomark to map skb without mark new endFan Du
2014-02-10net: fix 'ip rule' iif/oif device renameMaciej Żenczykowski
2014-02-10net: Mark functions as static in core/dev.cRashika Kheria
2014-02-07net: use __GFP_NORETRY for high order allocationsEric Dumazet
2014-02-07netpoll: fix netconsole IPv6 setupSabrina Dubroca