aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-03-14tcp: fix skb_availroom()Eric Dumazet
2013-03-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-13sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang
2013-03-13sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich
2013-03-12fs: Readd the fs module aliases.Eric W. Biederman
2013-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-03-12Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger
2013-03-12Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2013-03-12net/ipv4: Ensure that location of timestamp option is storedDavid Ward
2013-03-11batman-adv: verify tt len does not exceed packet lenMarek Lindner
2013-03-11libceph: fix decoding of pgidsSage Weil
2013-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-106lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明
2013-03-10dcbnl: fix various netlink info leaksMathias Krause
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause
2013-03-10bridge: fix mdb info leaksMathias Krause
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2013-03-09sunrpc: don't attempt to cancel unitialized workJ. Bruce Fields
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz
2013-03-08net/rds: zero last byte for strncpyChen Gang
2013-03-07bridge: add missing vid to br_mdb_get()Cong Wang
2013-03-07Fix: sparse warning in inet_csk_prepare_forced_closeChristoph Paasch
2013-03-07afkey: fix a typoJunwei Zhang
2013-03-07netlabel: correctly list all the static label mappingsPaul Moore
2013-03-07Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-06nfsd: fix krb5 handling of anonymous principalsJ. Bruce Fields
2013-03-06net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley
2013-03-06net/irda: Use barrier to set task statePeter Hurley
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley
2013-03-06net/irda: Fix port open countsPeter Hurley
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds