summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-18tcp: dont handle MTU reduction on LISTEN socketEric Dumazet2-7/+14
2013-03-17bridge: Add support for setting BR_ROOT_BLOCK flag.Vlad Yasevich1-0/+1
2013-03-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-9/+55
2013-03-17rtnetlink: Mask the rta_type when range checkingVlad Yasevich1-1/+1
2013-03-17Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs1-4/+1
2013-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-9/+55
2013-03-15Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller5-7/+12
2013-03-14tcp: fix skb_availroom()Eric Dumazet2-2/+1
2013-03-13sctp: don't break the loop while meeting the active_path so as to find the ma...Xufeng Zhang1-1/+1
2013-03-13sctp: Use correct sideffect command in duplicate cookie handlingVlad Yasevich1-1/+1
2013-03-12net/core: move vlan_depth out of while loop in skb_network_protocol()Li RongQing1-1/+1
2013-03-12bridge: reserve space for IFLA_BRPORT_FAST_LEAVEstephen hemminger1-0/+1
2013-03-12Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-3/+3
2013-03-12net/ipv4: Ensure that location of timestamp option is storedDavid Ward1-4/+1
2013-03-12batman-adv: verify tt len does not exceed packet lenMarek Lindner1-3/+3
2013-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds26-113/+188
2013-03-116lowpan: Fix endianness issue in is_addr_link_local().YOSHIFUJI Hideaki / 吉藤英明1-1/+1
2013-03-10dcbnl: fix various netlink info leaksMathias Krause1-0/+8
2013-03-10rtnl: fix info leak on RTM_GETLINK request for VF devicesMathias Krause1-0/+1
2013-03-10bridge: fix mdb info leaksMathias Krause1-0/+4
2013-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+1
2013-03-09Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann1-1/+1
2013-03-08ipv6: stop multicast forwarding to process interface scoped addressesHannes Frederic Sowa1-1/+2
2013-03-08bridging: fix rx_handlers return codeCristian Bercaru1-0/+1
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz1-4/+12
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz1-0/+29
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore1-10/+5
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz1-7/+14
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz1-0/+2
2013-03-08net/rds: zero last byte for strncpyChen Gang1-0/+1
2013-03-08bridge: add missing vid to br_mdb_get()Cong Wang4-5/+6
2013-03-08Fix: sparse warning in inet_csk_prepare_forced_closeChristoph Paasch1-0/+1
2013-03-08afkey: fix a typoJunwei Zhang1-4/+4
2013-03-08netlabel: correctly list all the static label mappingsPaul Moore1-6/+6
2013-03-08Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller3-7/+14
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-42/+70
2013-03-06net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward1-1/+1
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet1-1/+1
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap1-1/+1
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente1-2/+0
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente1-1/+2
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente1-1/+9
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente1-14/+22
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente1-1/+1
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente1-2/+11
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley1-2/+9
2013-03-06net/irda: Use barrier to set task statePeter Hurley1-1/+1
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley1-2/+2
2013-03-06net/irda: Fix port open countsPeter Hurley1-9/+5
2013-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds19-139/+175