aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2013-04-09net: add a synchronize_net() in netdev_rx_handler_unregister()Eric Dumazet
2013-04-09net: remove a WARN_ON() in net_enable_timestamp()Eric Dumazet
2013-03-27rtnetlink: Mask the rta_type when range checkingVlad Yasevich
2013-03-25rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-25bridging: fix rx_handlers return codeCristian Bercaru
2013-02-28net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2013-02-28sock_diag: Fix out-of-bounds access to sock_diag_handlers[]Mathias Krause
2013-02-14pktgen: correctly handle failures when adding a deviceCong Wang
2012-12-12net-rps: Fix brokeness causing OOO packetsTom Herbert
2012-12-12net: correct check in dev_addr_del()Jiri Pirko
2012-12-11af-packet: fix oops when socket is not presentEric Leblond
2012-12-11vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-12-11net: Fix skb_under_panic oops in neigh_resolve_outputramesh.nagappa@gmail.com
2012-12-11net: remove skb recyclingEric Dumazet
2012-11-15pktgen: fix crash when generating IPv6 packetsAmerigo Wang
2012-11-14net: fix secpath kmemleakEric Dumazet
2012-10-13net: do not disable sg for packets requiring no checksumEd Cashin
2012-10-13net: guard tcp_set_keepalive() to tcp socketsEric Dumazet
2012-10-13net: small bug on rxhash calculationChema Gonzalez
2012-10-02af_packet: don't emit packet on orig fanout groupEric Leblond
2012-10-02net/core: Fix potential memory leak in dev_set_alias()Alexey Khoroshilov
2012-10-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-10-02net: Allow driver to limit number of GSO segments per skbBen Hutchings
2012-08-15net: feed /dev/random with the MAC address when registering a deviceTheodore Ts'o
2012-08-09net: fix rtnetlink IFF_PROMISC and IFF_ALLMULTI handlingJiri Benc
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet
2012-07-09net: cgroup: fix out of bounds accessesEric Dumazet
2012-07-09cgroup: fix panic in netprio_cgroupGao feng
2012-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2012-06-28net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.Vinson Lee
2012-06-15net: remove skb_orphan_try()Eric Dumazet
2012-06-13netpoll: fix netpoll_send_udp() bugsEric Dumazet
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet
2012-06-08net/core: fix kernel-doc warningsRandy Dunlap
2012-06-07net: neighbour: fix neigh_dump_info()Eric Dumazet
2012-06-04drop_monitor: dont sleep in atomic contextEric Dumazet
2012-05-31net: sock: validate data_len before allocating skb in sock_alloc_send_pskb()Jason Wang
2012-05-29drop_monitor: Add module alias to enable automatic module loadingNeil Horman
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-05-19net: introduce skb_try_coalesce()Eric Dumazet
2012-05-19net: napi_frags_skb() is staticEric Dumazet
2012-05-18pktgen: fix module unload for goodEric Dumazet
2012-05-18net: introduce netdev_alloc_frag()Eric Dumazet
2012-05-17drop_monitor: convert to modular buildingNeil Horman