aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko1-1/+3
2013-01-04ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-04net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko1-63/+0
2013-01-04bonding: remove usage of dev->masterJiri Pirko1-0/+1
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
2013-01-04netpoll: remove usage of dev->masterJiri Pirko1-3/+6
2013-01-04bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2013-01-04rtnetlink: remove usage of dev->masterJiri Pirko1-32/+37
2013-01-04vlan: add link to upper deviceJiri Pirko1-1/+9
2013-01-04net: introduce upper device listsJiri Pirko1-4/+235
2013-01-03net: remove unnecessary NET_ADDR_RANDOM "bitclean"Jiri Pirko4-5/+0
2013-01-03net: add address assign type "SET"Jiri Pirko1-0/+1
2013-01-03net: call add_device_randomness() only after successful mac changeJiri Pirko1-3/+4
2013-01-03rtnl: use dev_set_mac_address() instead of plain ndo_Jiri Pirko1-18/+2
2012-12-30bridge: respect RFC2863 operational statestephen hemminger4-6/+9
2012-12-30net: filter: return -EINVAL if BPF_S_ANC* operation is not supportedDaniel Borkmann1-0/+7
2012-12-28skbuff: make __kmalloc_reserve staticstephen hemminger1-2/+3
2012-12-28tcp: make proc_tcp_fastopen_key staticstephen hemminger1-2/+2
2012-12-28sctp: make sctp_addr_wq_timeout_handler staticstephen hemminger1-1/+1
2012-12-28net: use per task frag allocator in skb_append_datato_fragsEric Dumazet1-27/+16
2012-12-28rtnl: expose carrier value with possibility to set itJiri Pirko1-0/+10
2012-12-28net: allow to change carrier via sysfsJiri Pirko1-1/+14
2012-12-28net: add change_carrier netdev opJiri Pirko1-0/+19
2012-12-26ipv6/ip6_gre: set transport header correctlyIsaku Yamahata1-2/+1
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata1-1/+1
2012-12-26IB/rds: suppress incompatible protocol when version is knownMarciniszyn, Mike1-6/+5
2012-12-26IB/rds: Correct ib_api use with gs_dma_address/sg_dma_lenMarciniszyn, Mike1-3/+6
2012-12-26tcp: should drop incoming frames without ACK flag setEric Dumazet1-4/+10
2012-12-26batman-adv: fix random jitter calculationAkinobu Mita1-1/+1
2012-12-24arp: fix a regression in arp_solicit()Cong Wang1-3/+3
2012-12-22net: sched: integer overflow fixStefan Hasko1-1/+1
2012-12-22CONFIG_HOTPLUG removal from networking coreGreg KH3-15/+0
2012-12-21bridge: call br_netpoll_disable in br_add_ifGao feng1-3/+5
2012-12-21ipv4: arp: fix a lockdep splat in arp_solicit()Eric Dumazet1-5/+3
2012-12-21net: devnet_rename_seq should be a seqcountEric Dumazet2-11/+11
2012-12-21ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-12-20Merge branch 'for-3.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-60/+61
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds4-111/+105
2012-12-20libceph: register request before unregister lingerAlex Elder1-1/+1
2012-12-20libceph: don't use rb_init_node() in ceph_osdc_alloc_request()Alex Elder1-1/+1
2012-12-20libceph: init event->node in ceph_osdc_create_event()Alex Elder1-0/+1
2012-12-20libceph: init osd->o_node in create_osd()Alex Elder1-0/+1
2012-12-20libceph: report connection fault with warningAlex Elder1-1/+1
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+2
2012-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-57/+121
2012-12-19ipv6: addrconf.c: remove unnecessary "if"Cong Ding1-2/+1
2012-12-19bridge: Correctly encode addresses when dumping mdb entriesVlad Yasevich1-2/+4
2012-12-19bridge: Do not unregister all PF_BRIDGE rtnl operationsVlad Yasevich4-1/+9
2012-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2