summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-3/+3
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-143-7/+14
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1
* ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+26
* ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-10/+5
* ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-4/+22
* ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+7
* ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+6
* ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-1/+28
* ipv6: Move comment to right place.YOSHIFUJI Hideaki / 吉藤英明2013-01-132-5/+4
* ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-132-1/+4
* ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+25
* ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-5/+0
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-131-0/+5
* ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-131-0/+9
* net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-101-1/+0
* net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-101-0/+13
* net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-101-0/+1
* ipv6: Optimize ipv6_change_dsfield().YOSHIFUJI Hideaki / 吉藤英明2013-01-091-4/+2
* bgmac: driver for GBit MAC core on BCMA busRafał Miłecki2013-01-091-0/+2
* ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang2013-01-081-57/+5
* netpoll: prepare for ipv6Cong Wang2013-01-081-2/+11
* net: introduce skb_transport_header_was_set()Eric Dumazet2013-01-081-0/+10
* tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa2013-01-062-4/+7
* net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko2013-01-061-1/+1
* net: kill dev->masterJiri Pirko2013-01-041-4/+0
* net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2013-01-041-5/+1
* net: introduce upper device listsJiri Pirko2013-01-041-0/+14
* net: add address assign type "SET"Jiri Pirko2013-01-031-0/+2
* net: set dev->addr_assign_type correctlyJiri Pirko2013-01-031-1/+1
* veth: reduce stat overheadEric Dumazet2012-12-301-0/+1
* rtnl: expose carrier value with possibility to set itJiri Pirko2012-12-281-0/+1
* net: add change_carrier netdev opJiri Pirko2012-12-281-0/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-272-1/+4
|\
| * pidns: Stop pid allocation when init diesEric W. Biederman2012-12-252-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-12-272-2/+2
|\ \
| * | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan2012-12-261-1/+1
| * | net: devnet_rename_seq should be a seqcountEric Dumazet2012-12-211-1/+1
* | | mm: Fix PageHead when !CONFIG_PAGEFLAGS_EXTENDEDChristoffer Dall2012-12-261-1/+7
| |/ |/|
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-12-211-1/+1
|\ \
| * | watchdog: WatchDog Timer Driver Core: fix commentFabio Porcedda2012-12-191-1/+1
* | | Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-12-212-10/+49
|\ \ \
| * | | dm: remove map_infoMikulas Patocka2012-12-211-4/+2
| * | | dm: move target request nr to dm_target_ioMikulas Patocka2012-12-211-4/+10
| * | | dm: introduce per_bio_dataMikulas Patocka2012-12-211-0/+30
| * | | dm: prepare to support WRITE SAMEMike Snitzer2012-12-211-0/+5
| * | | dm ioctl: remove PF_MEMALLOCMikulas Patocka2012-12-211-2/+2
* | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-12-211-0/+1
|\ \ \ \
| * | | | mlx4_core: Allow choosing flow steering modeJack Morgenstein2012-12-191-0/+1
* | | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-212-32/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |